|
twink Newbie
Joined: 20 Apr 2006 Posts: 3
|
Posted: Thu Apr 20, 2006 4:54 am
Some Scripting/Trigger help if possible |
Okay i hope im making sense i need some help in making a script and was wondering how do i make zmud scan over the bottom paragraph and if say somehow Affects strength by X. If x>39 ; drop uni ; if x<39; put uni in bag
is that possible to do? any help
c id uni
Your eyes glow bright yellow for a moment.
Object 'unique orb' is type light, extra flags inset rare.
This item needs 150000 gold coins before it can be refined.
This item increases your critical hit.
This item is covered with razor sharp spikes.
This item is inset with a powerful jewel.
Affects hit'n'dam by 174.
Affects strength by 32.
Affects intelligence by 10.
Affects wisdom by 10.
Affects dexterity by 30.
Affects constitution by 10.
Affects agility by 10.
This item has 700 points of magical resistance. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Thu Apr 20, 2006 5:26 am |
#TR {Affects strength by (%d).} {#if (%1<39) {put uni in bag} {drop uni}}
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|