Extreme 
Grandmaster Poster
  
Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20
SphereCommunity

|
RE: Areadef after dclick
ON=@Timer
REF1 <LINK> who is LINK?
REF2 <UID> who is UID?
IF (<ref1.tag0.mytag> == 4)
FORCLIENTS 5 // <r3,5>
REF10 <UID> // UID here is the 'client' being checked
REF10.flags |= 08 // += don't works in FLAGS/ATTR they are hexadecimal, you have to use |= to 'sum'
SERV.NEWITEM i_memitem // <----- this item is not created or equipped  dunno why:
NEW.ATTR 082
REF10.EQUIP <NEW>
ENDFOR
ENDIF
REF1.tag0.mytag =
ENDIF
Use the things I changed and answer my questions.
STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
|
|
07-03-2014 10:01 AM |
|
|