Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. well....you can even shorten it using the array to store the data...and using Loop process to do the same works... [ Pastebin ] Boss Time Attack and...at your script... // You may want to use this mapflag if you want give the players only your prices and no monster loot //pvp_2vs2 mapflag noloot the above mapflag usage cant be used inside a script.must be located outside of the script....
  2. 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/
  3. you can try this ... http://supportmii.co.../DiffPatcher.7z or here... for older client http://rathena.org/tools/diff_patcher.php
  4. try adding this line to your skill code there ? not sure does this really help or not... clif_specialeffect( <DataNamae>,<Effect Numbe,AREA); anyway.. i think providing a list of code you have made would be better...
  5. this ? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/quests/collection/
  6. are you refer to modification on your @go command ? read this http://rathena.org/wiki/@go if you are refer to the start point for newbie ..this https://rathena.svn....har_athena.conf // Start point, Map name followed by coordinates (x,y) start_point: new_1-1,53,111
  7. enrich ori / elu refiner https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/advanced_refiner.txt private mvp room.....go eA...search for AnnieRuru private mvp room...
  8. so you want 2 server that are choose able upon login ? diff your client ... but do not select Skip "Services" Select then in your clientinfo.xml write 2 server information in it.
  9. 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
  10. ? Double Click the Client.exe ?? O.O? please make sure you post is informative when you posting a topic... specific your problem in a detailed way...
  11. wrong section....and p;lease use search next time... already answered before by brian http://rathena.org/board/topic/60196-remove-duel-delay/page__view__findpost__p__85211
  12. 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
  13. the connection between client and server i think you are required to edit the clientinfo.xml that located inside the data file / grf file depend on which your client read. beside...what client you are using..and what error.. make sure your post is informative so that we all can help you. what error..any screenshot ?
  14. https://harmonize.it/
  15. when you diff for the client... rememebr to select the multiple login client diff..( something named like that )
  16. setup your client that link to 2 server through editing the clientinfo.xml or run your server with 2 mapserver...
  17. 1579....sry didnt have wife or kid...
  18. i think it is configurable at here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/monster.conf // Defines on who the mob npc_event gets executed when a mob is killed. // Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0) // Type 0: On the player that did the most damage to the mob. // NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1
  19. getgmlevel() > 0 && getgmlevel() <= 50 && ( agitcheck() || agitcheck2() )
×
×
  • Create New...