GM Incarnation Posted July 10, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 75 Reputation: 0 Joined: 03/19/12 Last Seen: October 25, 2012 Share Posted July 10, 2012 Hi Sir I already try Monster Wiki Event Version 3 but got more error here i post the error Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 10, 2012 LOL? did you read the post ? Anyway, here i can suggest a temporary fix for you ( use as your own risk ) https://rathena.svn....rc/map/script.c Uncomment the following line ShowError("buildin_getmonsterinfo: Wrong Monster ID: %i\n", mob_id); if you doesnt have other script that alway check for monster ID i think should be fine to use it. i have tested in my Test Server using rAthena svn, it doesnt caused me any problem ( at least now i doesnt have any yet ) it is just a warning to inform you about the non-exist Monster ID. The Script still run fine... and the script changelog also mentioned only updated monster list..doesnt provide a valid fix for the error. Please read everything i write... the long passage i write there...not for decoration.... =='' Quote Link to comment Share on other sites More sharing options...
GM Incarnation Posted July 10, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 75 Reputation: 0 Joined: 03/19/12 Last Seen: October 25, 2012 Share Posted July 10, 2012 Sorry for the mention i will waiting a latest Script Monster Wiki Event Thanks. Quote Link to comment Share on other sites More sharing options...
kojex 2.0 Posted July 11, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 03/15/12 Last Seen: October 9, 2012 Share Posted July 11, 2012 Hi Emistry , About ur stage game script...how can i make when player die...they not warped out..? Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 11, 2012 if i was right..you are using the guild_vs map right ? remove the GVG Mapflag https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/gvg.txt // GvG Arenas ============= guild_vs1 mapflag gvg guild_vs2 mapflag gvg guild_vs3 mapflag gvg guild_vs4 mapflag gvg guild_vs5 mapflag gvg remove it. Quote Link to comment Share on other sites More sharing options...
zhaosin Posted July 13, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share Posted July 13, 2012 (edited) i have error of Stage Game can;t find npc Edited July 13, 2012 by zhaosin Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 13, 2012 i think you have changed the name of certain npc inside the script..... if you want to change the npc name ...make sure you change every single name of that npc that appear inside the script Quote Link to comment Share on other sites More sharing options...
zhaosin Posted July 13, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share Posted July 13, 2012 (edited) i use your script and no change anything Edited July 13, 2012 by zhaosin Quote Link to comment Share on other sites More sharing options...
Loki81 Posted July 14, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 79 Reputation: 0 Joined: 06/27/12 Last Seen: March 19, 2013 Share Posted July 14, 2012 Your refine function is good but i waiting safe refine +4 and standart rate refine. Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 15, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 15, 2012 Your refine function is good but i waiting safe refine +4 and standart rate refine. Your refine function is good but i waiting safe refine +4 and standart rate refine. use the official refiner script... Quote Link to comment Share on other sites More sharing options...
Loki81 Posted July 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 79 Reputation: 0 Joined: 06/27/12 Last Seen: March 19, 2013 Share Posted July 15, 2012 no the official refine one item and no refine 4x time. Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 15, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 15, 2012 no the official refine one item and no refine 4x time. change the 0 into 1 https://rathena.svn....ants/refine.txt callfunc "refinemain","Hollgrehenn",0; callfunc "refinemain","Aragham",0; callfunc "refinemain","Antonio",0; callfunc "refinemain","Fredrik",0; callfunc "refinemain","Lambert",0; callfunc "refinemain","Manthasman Pruhag",0; callfunc "refinemain","Fulerr",0; Quote Link to comment Share on other sites More sharing options...
Loki81 Posted July 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 79 Reputation: 0 Joined: 06/27/12 Last Seen: March 19, 2013 Share Posted July 15, 2012 its worth. thank!!!! Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 20, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 20, 2012 (edited) @Emistry Regarding your script Farm Zone - how can i set it Every Monday - Thursday - Saturday . - 4:00PM or 16:00 the NPC will appear/ activated - and if not the NPC is hidden/not activated - and where to put it? thanks in advance Edited July 20, 2012 by GM Takumirai Quote Link to comment Share on other sites More sharing options...
ThugLyfe Posted July 20, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 44 Reputation: 13 Joined: 02/26/12 Last Seen: November 29, 2014 Share Posted July 20, 2012 Thanks Emistry/CHEMISTRY XD Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 20, 2012 @takumirai try add this OnMon1600: OnThu1600: OnFri1600: OnMon1800: OnThu1800: OnFri1800: hideoffnpc strnpcinfo(0); sleep ( 1 * 3600000 ); // 1 Hours Duration hideonnpc strnpcinfo(0); end; @thuglife.. LOL..you found out about it...>.< Quote Link to comment Share on other sites More sharing options...
lolz0921 Posted July 21, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/21/12 Last Seen: July 21, 2012 Share Posted July 21, 2012 yo emistry... nid Healer+Buffer+Repair man .. thx please help me .. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 21, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 21, 2012 OnMon1600: OnThu1600: OnFri1600: OnMon1800: OnThu1800: OnFri1800: hideoffnpc strnpcinfo(0); sleep ( 1 * 3600000 ); // 1 Hours Duration hideonnpc strnpcinfo(0); end; @Emistry - i just have a quest the OnMon1600 - means it will appear right? what is the OnMon1800? - the sleep 1x 3600000 = 1hr duration - correct me if im wrong this npc will only appear for 1 hour right?.. and will hide after 1 hour?? thanks Emistry Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 21, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 21, 2012 @lolz0921 search it using search engine... i am sure you will found it. @GM Takumirai OnMon1600 - Monday 4pm OnMon1800 - Monday 6pm and yes it will appear for 1 hours... Quote Link to comment Share on other sites More sharing options...
kojex 2.0 Posted July 22, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 03/15/12 Last Seen: October 9, 2012 Share Posted July 22, 2012 Hye Emistry.. About Stage Game script..how can i make all party member get the rewards?... not only MVP player get it. Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 22, 2012 Hye Emistry.. About Stage Game script..how can i make all party member get the rewards?... not only MVP player get it. it is party ... but only the player who still remain in the stage game map will receive the items. Quote Link to comment Share on other sites More sharing options...
Atomiq Posted July 22, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 82 Reputation: 2 Joined: 05/13/12 Last Seen: November 17, 2015 Share Posted July 22, 2012 in your limited items script how can i limit a range of items to only be allowed 3 items of them at a time i need to limit 3 cards max in the pvp room lets say only: tao gunka, phreeoni, doppelganger, if the player has one more duplicate or a different one mvp card it will tell him you cant go inside the map couting the ones they have in inventory, equiped, or in cart. any advice? Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 23, 2012 sorry i think the script currently didnt suppose to limit these item based on combination. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted July 23, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted July 23, 2012 @ Emistry - its not working Emistry - maybe i put the script in wrong place - i put it in the first part of the script. Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2367 Joined: 10/28/11 Last Seen: 17 hours ago Author Share Posted July 23, 2012 what not working.,,. 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.