Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Community Answers

  1. Emistry's post in Guild NPC was marked as the answer   
    try this
    [ Pastebin ] Donate Zeny get Bonus Rate
  2. 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
  3. 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.
  4. Emistry's post in Refiner was marked as the answer   
    Refine Function
    use search 1st....
    there is alot Refiner Script you will found in the forum
  5. 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 ?";
  6. 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....
  7. 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
  8. 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.
  9. 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
  10. 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
  11. Emistry's post in PVP Rewards was marked as the answer   
    try this
    [ Pastebin ] PVP CashPoints
  12. 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; }
  13. 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>};
  14. Emistry's post in Simple NPC that has a Chat MSG was marked as the answer   
    http://pastebin.com/raw.php?i=Y6QZUKWi
  15. 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/
  16. Emistry's post in Quest gives EXP was marked as the answer   
    this ?
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/quests/collection/
  17. 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
  18. 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
  19. Emistry's post in Requesting a few automated events which occurs every few hours? was marked as the answer   
    check at script release section....
  20. Emistry's post in R> Kafra Shop was marked as the answer   
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/cash_trader.txt
  21. Emistry's post in Request for Old payon Novending&Chat was marked as the answer   
    try these

    mapname mapflag novending mapname mapflag nochat
  22. Emistry's post in requesting script for tame item that can catch all pet was marked as the answer   
    http://rathena.org/board/topic/60076-possible-1-taming-item-for-several-pet/page__view__findpost__p__84541
  23. Emistry's post in Request NPC was marked as the answer   
    you mean this type of NPC ?

    prontera,155,181,5 script Sample 757,{ atcommand "@feelreset"; mes "Hatred Reseted."; close; }
    Edit : Fixed Typo ...>.< nvr used this command before...
  24. Emistry's post in Custom Item Seller NPC (Vpoints and Cpoints) was marked as the answer   
    a normal CashShop will do this...
    just setup a cashshop like this
    npc/merchants/cash_trader.txt
    for your Vote Point Seller...
    go find Dynamic Shop ...
  25. Emistry's post in Bravery to Valor Badge Trader was marked as the answer   
    try this
    http://pastebin.com/raw.php?i=bQtqMC5P
×
×
  • Create New...