dize11 Posted July 29, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 01/30/12 Last Seen: October 16, 2013 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted July 30, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
whitesn Posted July 30, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted July 30, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 12 hours ago Share Posted July 30, 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! prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "<map>",<x>,<y>; already_warped = 1; end; } Quote Link to comment Share on other sites More sharing options...
dize11 Posted July 30, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 01/30/12 Last Seen: October 16, 2013 Author Share Posted July 30, 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! 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 Link to comment Share on other sites More sharing options...
Patskie Posted July 30, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 12 hours ago Share Posted July 30, 2013 Show error. Are you using rAthena? Quote Link to comment Share on other sites More sharing options...
dize11 Posted July 30, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 01/30/12 Last Seen: October 16, 2013 Author Share Posted July 30, 2013 Show error. Are you using rAthena? i'm using eathena sorry XD! Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 30, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 30, 2013 - already_warped = 1; + set already_warped, 1; don't forget to put your map in warp "<map>",<x>,<y>; Quote Link to comment Share on other sites More sharing options...
dize11 Posted July 30, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 01/30/12 Last Seen: October 16, 2013 Author Share Posted July 30, 2013 (edited) - 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 Link to comment Share on other sites More sharing options...
dize11 Posted July 31, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 01/30/12 Last Seen: October 16, 2013 Author Share Posted July 31, 2013 prontera,150,150,0 script Warper 100,{ if ( already_warped ) end; warp "prontera",0,0; set already_warped, 1; end; } Thanks now works! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.