• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Little Help!

Status
Not open for further replies.
Level 8
Joined
Jul 18, 2012
Messages
136
How can i change the ORPG save system after someone loads hes character to not be able to get the old items or hes teammate don't be able to get them! And One more thing i have to ask : in my orpg map if somebody types saves the save code in hes w3 folder saves to all players not just the player that type -save! Pls help me fix this too!
 
Level 29
Joined
Oct 24, 2012
Messages
6,543
ill try to explain better first trigger is ur loading trigger.

trig 1

event
player loads character
conditions
actions
then pick each item in the units slots // i dont remember the gui actions
set gethandleID( item in slot 1) to itemarray[1]
" " till slot 6


trig 2

event
unit picks up item
conditions
itemarray[1] == true till end
actions
unit - order unit to drop item


something like tht. i dont use gui anymore. if u can read jass and still dont understand i may have time to make a better example.
 
Status
Not open for further replies.
Top