dize11 Posted July 29, 2013 Posted July 29, 2013 I would like to have and npc warper what does is to warp 1 only time per char.. its like FREEBIES npc effect when u click u able to have the items and then when u click for secon time u can't havent again. THANKS! Quote
Capuche Posted July 30, 2013 Posted July 30, 2013 prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "prontera",0,0; set already_warped, 1; end; } Quote
whitesn Posted July 30, 2013 Posted July 30, 2013 (edited) prontera,x,y,4<tab>script<tab>reward<tab>999,{ if(#reward == 1) end; // for account getitem 607,1; // change it to the item ID's and amount set #reward,1; end; } Lol I misread nvm Edited July 30, 2013 by 2essy2killu Quote
Patskie Posted July 30, 2013 Posted July 30, 2013 On 7/29/2013 at 10:07 PM, dize11 said: I would like to have and npc warper what does is to warp 1 only time per char.. its like FREEBIES npc effect when u click u able to have the items and then when u click for secon time u can't havent again. THANKS! prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "<map>",<x>,<y>; already_warped = 1; end; } Quote
dize11 Posted July 30, 2013 Author Posted July 30, 2013 On 7/30/2013 at 6:09 AM, Patskie said: On 7/29/2013 at 10:07 PM, dize11 said: I would like to have and npc warper what does is to warp 1 only time per char.. its like FREEBIES npc effect when u click u able to have the items and then when u click for secon time u can't havent again. THANKS! prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "<map>",<x>,<y>; already_warped = 1; end; } Sorry but its not work can u check it? Quote
dize11 Posted July 30, 2013 Author Posted July 30, 2013 On 7/30/2013 at 2:01 PM, Patskie said: Show error. Are you using rAthena? i'm using eathena sorry XD! Quote
Capuche Posted July 30, 2013 Posted July 30, 2013 - already_warped = 1; + set already_warped, 1; don't forget to put your map in warp "<map>",<x>,<y>; Quote
dize11 Posted July 30, 2013 Author Posted July 30, 2013 (edited) On 7/30/2013 at 5:03 PM, Capuche said: - already_warped = 1; + set already_warped, 1; don't forget to put your map in warp "<map>",<x>,<y>; sorry but doesnt appears my the npc i think its some error in the script Edited July 30, 2013 by dize11 Quote
dize11 Posted July 31, 2013 Author Posted July 31, 2013 On 7/30/2013 at 9:42 PM, Capuche said: prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "prontera",0,0; set already_warped, 1; end; } Thanks now works! Quote
Question
dize11
I would like to have and npc warper what does is to warp 1 only time per char.. its like FREEBIES npc effect when u click u able to have the items and then when u click for secon time u can't havent again. THANKS!
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.