-
Posts
9,746 -
Joined
-
Days Won
305
Community Answers
-
Emistry's post in Event Manager Giving Points was marked as the answer
try this
[ Pastebin ] Event Point Rewarder
-
Emistry's post in i want an upgrade! was marked as the answer
try this
[ Pastebin ] Equipment Upgrade
Settings :
setarray [email protected],2357,2358,2359,2360; setarray [email protected],2305,2360,2359,2359; setarray [email protected],80,20,10,50;
Re-Edit : Fixing Variable Name
-
Emistry's post in R>baby woe warper script .. can gv me ? was marked as the answer
this script already exist in rathena...i remember i answered this topic several times..
you can try this also
http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__78173
the simplify and easy way...
use search engine search
-
Emistry's post in Request: PVP NO YGG was marked as the answer
just list all the restricted item in the
db/item_noequip.txt
then add the appropriate mapflag to the map of pvp
mapname mapflag restricted <flag> -
Emistry's post in auto event for every 3 hrs was marked as the answer
try this
[ Pastebin ] Hide NPC
-
Emistry's post in request et was marked as the answer
Endless Tower script
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt
you can refer this post to edit the endless tower cooldown
http://rathena.org/board/topic/59208-changing-endless-endless-tower-instance-cooldown/page__hl__%2Bendless+%2Btower__fromsearch__1
-
Emistry's post in quest npc like this. was marked as the answer
try this....
[ Pastebin ] Multi Monster Kill Quests
not sure did it work perfectly or not...i didnt have a test server to try it out...
@Flaid..
you cant use the set command like what setarray capable to do xD
-
Emistry's post in Reset Stats More was marked as the answer
the problem is how you going to know when they exceed the limit ?
unless you keep check their character every interval of time..
otherwise..i think this is the only way..
[ Pastebin ] Reset Status when Exceed
everytime they , Up Base Level , Up Job Level , Killed Someone / Monster , Login ...
the script will check them...and if their status exceed the limit..then will be reset.
-
Emistry's post in [Request] Mapname Self Announce was marked as the answer
something like this ?
[ Pastebin ] Map Nickname Announcing
edit at here
setarray .Map$, // <mapname>,<Map Nick>, "payon","A City in Forest ..LOL", "hugel","Where is this ?", "izlude","Swordman City ", "prontera","Rune Midgaard ", "geffen","Magician Town ?";
-
Emistry's post in request event login give cash was marked as the answer
i think you are looking for something same like the Hourly Point...
just different in Reward and time to give reward..
[ Pastebin ] 24Hours Online Reward
Change your Reward at here
getitem 5515,1; set #CASHPOINTS,#CASHPOINTS + 200000; dispbottom "You received 1 "+getitemname( 5515 )+" + 200,000 Cash Points by staying ingame for consecutive of 24 hour";
and..your 1st post is kinda hard to understand...
elaborate more if possible....
-
Emistry's post in Refine NPC was marked as the answer
give this a try ?
http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__71628
-
Emistry's post in Quest Master NPC script was marked as the answer
something like these ?
http://rathena.org/board/topic/60376-tr0ns-questboard-121/
but the above 1 didnt have the party features...
and...i think you are using annieruru's mission board right?
her mission board...
if there is party member kill the same monster...the kill will be counted as long as the party member is in the range..
but..2.1 kinda outdate..i think annie has updated it will even higher version for it.
-
Emistry's post in Requesting for NPC script ^^ was marked as the answer
http://rathena.org/board/topic/54189-npc-for-newbie-freebies/page__view__findpost__p__59170 -
Emistry's post in Ask random item was marked as the answer
the only part wrong here is the announcement..
and the script have somepart get wrong...
nvm..here is the fix..
should be work fine by now..
[ Pastebin ] Custom Item from Box
-
Emistry's post in Novice Vs Novice was marked as the answer
prontera,155,181,5 script Sample 718,{ if( Class != 0 ){ mes "Sorry, only novice can join."; }else{ warp "pvp_y_1-1",0,0; end; } close; }
-
Emistry's post in Can i request some of this scripts was marked as the answer
http://rathena.org/board/topic/54189-npc-for-newbie-freebies/page__view__findpost__p__59170
change the getitem command to this
*getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; *getitem2 "<Item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};
-
Emistry's post in Simple NPC that has a Chat MSG was marked as the answer
http://pastebin.com/raw.php?i=Y6QZUKWi -
Emistry's post in Soul Linker NPC was marked as the answer
please use search engine next time ?
alot of buffer / healer like script has been made long time ago..
http://rathena.org/board/topic/54109-request-player-like-a-npc/page__view__findpost__p__59202
some script you can even find it at my topic ( miscellanous script there )
http://rathena.org/board/topic/53320-%E2%99%A5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%E2%99%A5/
-
Emistry's post in Quest gives EXP was marked as the answer
this ?
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/quests/collection/
-
Emistry's post in req. item script was marked as the answer
since you are request in script section..i assume you want your gm to create item through a NPC.
[ Pastebin ] Forbin Certain Item Creation for GM
pm the npc
npc:Sample
-
Emistry's post in PvP NPC or test npc was marked as the answer
since using the command
@storeall
are not suggested because your storage might be already full before you use the command..so failed..
so i think you can just add a weight check at the npc there before warping them..
if( Weight ){ mes "Please remove everything of your...weight must be 0."; close; }
however....even you prevent them from bringing in item into the room but yuo sell item inside the room for free...and
for your information....players are able to MAIL it to other ppl or his another account ( through friend list's mail system )
to disable all command..
mapname mapflag nocommand
-
Emistry's post in Requesting a few automated events which occurs every few hours? was marked as the answer
check at script release section....