-
Posts
83 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
Gennosuke Kouga's post in [Request] Npc can walk was marked as the answer
example ( move random in maps - ôi việt nam ):
prontera,100,100,0 script Poring Walk 1002,{ npcspeed 100; npcwalkto 0,0; end; }
-
Gennosuke Kouga's post in can someone edit this. was marked as the answer
Your script already run every hour.
Replace this:
quiz_02,55,84,3 script Claim Your Prize!#dice 904,{ // -- set #EVENTPOINTS,#EVENTPOINTS+1; announce strcharinfo(0)+" won the Dice Event!",bc_all; disablenpc "Claim Your Prize!#dice"; disablenpc "Dice Event Warper#dice"; // -- dispbottom "You now have "+#EVENTPOINTS+" Event Point(s)."; getitem 20078,1; dispbottom "Blah Blah something in here! "+getitemname(20078)+""; warp "prontera",0,0; set [email protected],0; close; end; }