LDoN Progress
Posted: Sat Aug 28, 2004 12:41 am
Thought I'd post this since I haven't seen anyone else place one in their HUD, I've had it for a while and itcan be handy.
It will only show if your in an adventure, It will show the progress of the adventure and time left. It also shows a corpse count just in case you have a collect or are ML.
Code: Select all
Progress1=3,5,64,50,255,50,${If[${Window[AdventureRequestWnd].Child[AdvRqst_RequestButton].Text.Equal["Leave Adventure"]},${If[${Window[AdventureRequestWnd].Child[AdvRqst_ProgressTextLabel]},Progress - ${Window[AdventureRequestWnd].Child[AdvRqst_ProgressTextLabel].Text} (${Window[AdventureRequestWnd].Child[AdvRqst_CompleteTimeLeftLabel].Text}),Time Left: ${Window[AdventureRequestWnd].Child[AdvRqst_CompleteTimeLeftLabel].Text}]} ${If[${SpawnCount[npc corpse]},${SpawnCount[npc corpse]} corpses,]},]}