solid2005 Posted March 7, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Sunday at 04:51 PM Share Posted March 7, 2012 how to do npc time example every 5 mins all player on prontera will get 10k exp and job exp or 5k. Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 7, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted March 7, 2012 (edited) attachnpctimer strcharinfo(0); initnpctimer; OnTimer30000: set BaseExp, BaseExp+10000 set JobExp, JobExp+10000 end; i think that should do it :X Edited March 7, 2012 by lilcooldude69 Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 7, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 7, 2012 try this [ Pastebin ] Get EXP in Prontera for above post... your script didnt close or end the line correctly...which will result error.. and should check for the map before give EXP since topic starter want to gain exp at 1 place only. Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 8, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted March 8, 2012 it was off the top of my head bro. lol and i was in a hurry wasnt checking for errors or anything. hence the "I think that should do it :X" Quote Link to comment Share on other sites More sharing options...
solid2005 Posted March 8, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Sunday at 04:51 PM Author Share Posted March 8, 2012 WOW Thanks. Quote Link to comment Share on other sites More sharing options...
Question
solid2005
how to do npc time example
every 5 mins all player on prontera will get 10k exp and job exp or 5k.
Link to comment
Share on other sites
4 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.