GM Incarnation Posted July 10, 2012 Posted July 10, 2012 Hi Sir I already try Monster Wiki Event Version 3 but got more error here i post the error Quote
Emistry Posted July 10, 2012 Author 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
GM Incarnation Posted July 10, 2012 Posted July 10, 2012 Sorry for the mention i will waiting a latest Script Monster Wiki Event Thanks. Quote
kojex 2.0 Posted July 11, 2012 Posted July 11, 2012 Hi Emistry , About ur stage game script...how can i make when player die...they not warped out..? Quote
Emistry Posted July 11, 2012 Author 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
zhaosin Posted July 13, 2012 Posted July 13, 2012 (edited) i have error of Stage Game can;t find npc Edited July 13, 2012 by zhaosin Quote
Emistry Posted July 13, 2012 Author 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
zhaosin Posted July 13, 2012 Posted July 13, 2012 (edited) i use your script and no change anything Edited July 13, 2012 by zhaosin Quote
Loki81 Posted July 14, 2012 Posted July 14, 2012 Your refine function is good but i waiting safe refine +4 and standart rate refine. Quote
Emistry Posted July 15, 2012 Author 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
Loki81 Posted July 15, 2012 Posted July 15, 2012 no the official refine one item and no refine 4x time. Quote
Emistry Posted July 15, 2012 Author 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
GM Takumirai Posted July 20, 2012 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
Emistry Posted July 20, 2012 Author 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
lolz0921 Posted July 21, 2012 Posted July 21, 2012 yo emistry... nid Healer+Buffer+Repair man .. thx please help me .. Quote
GM Takumirai Posted July 21, 2012 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
Emistry Posted July 21, 2012 Author 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
kojex 2.0 Posted July 22, 2012 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
Emistry Posted July 22, 2012 Author 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
Atomiq Posted July 22, 2012 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
Emistry Posted July 23, 2012 Author Posted July 23, 2012 sorry i think the script currently didnt suppose to limit these item based on combination. Quote
GM Takumirai Posted July 23, 2012 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
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.