Emistry Posted May 29, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted May 29, 2013 My bad i didn't notice that you already update the script to 3.1 i was using the old emperium breaker. you can just simply add some mapuser checking or party member checking before they enter .... refer getmapusers or the trick i show in previous post. Thanks for the great Adv. Stylist^^ it was amazing, however have you encounter? when you choose some of the menu and you will close the dialogue after which, i can't walk. i just need to recon in order to walk again >,> it's weird. nope...i think you closed the npc dialog using the "esc" button ...and not close the npc dialog through the script. Quote Link to comment Share on other sites More sharing options...
Mootie Posted May 30, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted May 30, 2013 My bad i didn't notice that you already update the script to 3.1 i was using the old emperium breaker. you can just simply add some mapuser checking or party member checking before they enter .... refer getmapusers or the trick i show in previous post. >Thanks for the great Adv. Stylist^^ it was amazing, however have you encounter? when you choose some of the menu and you will close the dialogue after which, i can't walk. i just need to recon in order to walk again >,> it's weird. nope...i think you closed the npc dialog using the "esc" button ...and not close the npc dialog through the script. Yeah already did that thank. Quote Link to comment Share on other sites More sharing options...
Diss Posted June 1, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted June 1, 2013 help for DATO RUNES I change the map but the npc won't see in pvp map Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 1, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 1, 2013 help for DATO RUNES I change the map but the npc won't see in pvp map check ur maps...coordinate setting..and error....and etc.. Quote Link to comment Share on other sites More sharing options...
Diss Posted June 1, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted June 1, 2013 (edited) this the script i change prontera,1,1,5 script Runes 757,2,2,{ to pvpmap,1,1,5 script Runes 757,2,2,{ - even i change the coordinates nothing happen no error found map working fine coordinates found in the map setarray .CoordinateX[0],150,155; setarray .CoordinateY[0],175,175; when i put the original script its works fine but when i change the map the npc not shown .. thanks in advance and +1 credits to multi currecy shop v6 its works fine to me thanks you .. Edited June 1, 2013 by Diss Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 1, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 1, 2013 make sure your map have the coordinate of these range.. setarray .CoordinateX[0],150,155; setarray .CoordinateY[0],175,175; try use @tonpc Runes to check whether the npc is loaded..and located at where.... Quote Link to comment Share on other sites More sharing options...
Diss Posted June 1, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted June 1, 2013 setarray .CoordinateX[0],16,23; setarray .CoordinateY[0],15,73; setarray .CoordinateX[0],69,73; setarray .CoordinateY[0],46,33; setarray .CoordinateY[0],44,48; setarray .CoordinateX[0],69,73; setarray .CoordinateY[0],43,65; setarray .CoordinateX[0],25,48; setarray .CoordinateY[0],64,47; ok its works but .. but after the haste clone and regeneration the npc not show at all thakns its works fine now Quote Link to comment Share on other sites More sharing options...
Yonko Posted June 2, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.04 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted June 2, 2013 Hi Emistry is your E-Inquiry compatible with eA? thanks. Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 2, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 2, 2013 Hi Emistry, I have been attempting to edit your class restriction into a level restriction, but apparently i haven't been successful, could you help me out? TIA. Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 2, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 2, 2013 Hi Emistry is your E-Inquiry compatible with eA? thanks. should be compatible... Hi Emistry, I have been attempting to edit your class restriction into a level restriction, but apparently i haven't been successful, could you help me out? TIA. hmm ? Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 2, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 2, 2013 im trying to make it instead of restricting job classes from entering a map, it restricts based on character base level, is that possible. not trying to do something against the rules though. Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 3, 2013 im trying to make it instead of restricting job classes from entering a map, it restricts based on character base level, is that possible. not trying to do something against the rules though. just check the baselevel ... if( BaseLevel < xyz ) blablablbal Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 3, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 3, 2013 should i change it here? if( getgmlevel() < .LowGMLvl ) for( set .@i,0; .@i < getarraysize( .Map$ ); set .@i,.@i + 2 ) if( strcharinfo(3) == .Map$[.@i] ) RestrictJob( atoi( .Map$[.@i+1] ) ); Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 3, 2013 change setarray .Map$...................... to setarray .Map,.............................. then change if( strcharinfo(3) == .Map$[.@i] ) to if( BaseLevel < .Map[.@i] ) // greater or lower..up to you 1 Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 3, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 3, 2013 Thanks I'll be trying it for later Quote Link to comment Share on other sites More sharing options...
Vincent Posted June 13, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted June 13, 2013 @Emistry: Is there any way that your Race of the Day Script Support Party's? At the moment only Player with last hit get the bonus. Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 13, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 13, 2013 @Emistry: Is there any way that your Race of the Day Script Support Party's? At the moment only Player with last hit get the bonus. hmm ... why should add support for Party ... i dont see any good reason for adding it ... ?? it will just lead to SPAM Farming.. =='' Quote Link to comment Share on other sites More sharing options...
Vincent Posted June 13, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted June 13, 2013 @Emistry: Is there any way that your Race of the Day Script Support Party's? At the moment only Player with last hit get the bonus. hmm ... why should add support for Party ... i dont see any good reason for adding it ... ?? it will just lead to SPAM Farming.. =='' i dont thing so. I have changed the code a little bit so that the highest EXP Bonus is + 40% and ROTD give only EXP bonus no item or Zeny. So i thing a Party working script will be fine. It is a lot of work to add this? Quote Link to comment Share on other sites More sharing options...
nunu90 Posted June 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 06/06/13 Last Seen: December 12, 2017 Share Posted June 14, 2013 Emistry can share me AFK npc..when we talk to npc..auto log out..in game we see char Open Room AFK..need help please Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted June 23, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted June 23, 2013 Hi Sir Emistry.. do you have Script Stalker Copy for rAthena SVN?? thank you so much Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 23, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Author Share Posted June 23, 2013 Hi Sir Emistry.. do you have Script Stalker Copy for rAthena SVN?? thank you so much https://code.google.com/p/emistry/downloads/detail?name=Stalker%20NPC.txt&can=2&q=#makechanges somewhere in forum i think i have make a better version than above script ... try search script request section ... Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted June 23, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted June 23, 2013 Hi Sir Emistry.. do you have Script Stalker Copy for rAthena SVN?? thank you so much https://code.google.com/p/emistry/downloads/detail?name=Stalker%20NPC.txt&can=2&q=#makechanges somewhere in forum i think i have make a better version than above script ... try search script request section ... okay thanks for the help script I will look at the request script GBU^^ Quote Link to comment Share on other sites More sharing options...
karazu Posted June 29, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted June 29, 2013 Hello Emistrycan u help me about this please? http://rathena.org/board/topic/84233-ranker-star-gladiator/ Quote Link to comment Share on other sites More sharing options...
Vincent Posted June 30, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted June 30, 2013 http://rathena.org/wiki/Custom_Items Quote Link to comment Share on other sites More sharing options...
sevenzz23 Posted July 9, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 43 Reputation: 3 Joined: 07/08/13 Last Seen: April 8, 2015 Share Posted July 9, 2013 After a long while since my last release.......xD anyway....i having a very very very good mood today ...so i am here to release my new script ~ haha Added New Script : Check inside each Files for updated contents. this script enable player to Save the Character Data ..and enable them to switch back at any time to any Data they saved previously. Overall, a script that enable player to play multiple Job Class within 1 single characters. the idea for this script isnt too old / new ...since it's been exposed by @Peopleperson49 in his 'Split Personality' Script. Well, this script do the same things, but we use different way to manage it. Extra Informations : Notes : I am abit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Dont ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DONT remove my Credits if you are using part of the scripts to modify your own. DONT re-release the scripts in any form / way. Special Thank you for my Tutor : AnnieRuru @ToastOfDoom @Brian @Z3R0 @KeyWorld @Epoque @goddameit etc If you ♥ these Scripts , Click on to Vote this Topic up . Or you may also click on at above the Topic Any update? This is not working @ 3rd Job Quote Link to comment Share on other sites More sharing options...
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.