Jump to content

【 Emistry © 2015 】E-Scripts Collection


Emistry

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   0
  • Joined:  03/19/12
  • Last Seen:  

Hi Sir

I already try Monster Wiki Event Version 3 but got more error here i post the error

7bedj7tp3h.jpg

vqliw7cqh4.jpg

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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.... ==''

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   0
  • Joined:  03/19/12
  • Last Seen:  

Sorry for the mention i will waiting a latest Script Monster Wiki Event

Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  03/15/12
  • Last Seen:  

Hi Emistry ,

About ur stage game script...how can i make when player die...they not warped out..?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

i have error of Stage Game

can;t find npc

Edited by zhaosin
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

i use your script and no change anything :(

Edited by zhaosin
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  79
  • Reputation:   0
  • Joined:  06/27/12
  • Last Seen:  

Your refine function is good but i waiting safe refine +4 and standart rate refine.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  79
  • Reputation:   0
  • Joined:  06/27/12
  • Last Seen:  

no the official refine one item and no refine 4x time.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  79
  • Reputation:   0
  • Joined:  06/27/12
  • Last Seen:  

its worth. thank!!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

@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 by GM Takumirai
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   13
  • Joined:  02/26/12
  • Last Seen:  

Thanks Emistry/CHEMISTRY XD

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

@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...>.<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/21/12
  • Last Seen:  

yo emistry...

nid Healer+Buffer+Repair man .. thx

please help me ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

@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...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  03/15/12
  • Last Seen:  

Hye Emistry..

About Stage Game script..how can i make all party member get the rewards?... not only MVP player get it.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   2
  • Joined:  05/13/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

sorry i think the script currently didnt suppose to limit these item based on combination.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

@ Emistry

- its not working Emistry

- maybe i put the script in wrong place

- i put it in the first part of the script.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

what not working.,,.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...