Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/28/15 in all areas

  1. Try pm with FXFreitas might he can help you
    1 point
  2. You did typo mistake. The quote means optionnal parameter, don't add them. The size should be : <size> can be: 0 = medium (default) 1 = small 2 = big and finally 2 friendly monsters don't attack each other but they attack the others (and they must be aggressive). In your sample it should be something like that 1@prt_are01,0,0,0,0 monster Poring 1002,100,1,1,1,0,0 1@prt_are01,0,0,0,0 monster Poring 1002,100,1,1,1,1,1 1@prt_are01,0,0,0,0 monster Poring 1002,100,1,1,1,2,1
    1 point
  3. https://github.com/rathena/rathena/blob/master/conf/login_athena.conf#L159 I still don't understand, how to get md5 hash of my client bro ? this is client feature. You need just diff your game client. (please check NEMO) "Force Send Client Hash" - working from 2010-07-** game exe - up to current clients. I already diff, my mean i want to know how to know my 'md5 hash number' client @@ For example by this: http://onlinemd5.com/
    1 point
  4. https://github.com/rathena/rathena/blob/master/npc/scripts_athena.conf // --------------------- Battle Grounds ------------------------- // - Flavius ---------------------------------------------------- npc: npc/battleground/flavius/flavius_enter.txt npc: npc/battleground/flavius/flavius01.txt npc: npc/battleground/flavius/flavius02.txt // - Kreiger Von Midgard ---------------------------------------- npc: npc/battleground/kvm/kvm_enter.txt npc: npc/battleground/kvm/kvm_item_pay.txt npc: npc/battleground/kvm/kvm01.txt npc: npc/battleground/kvm/kvm02.txt npc: npc/battleground/kvm/kvm03.txt // - Tierra Gorge ----------------------------------------------- npc: npc/battleground/tierra/tierra_enter.txt npc: npc/battleground/tierra/tierra01.txt npc: npc/battleground/tierra/tierra02.txt // -------------------------------------------------------------- npc: npc/battleground/bg_common.txt Put this '//' in each line to disable the script.
    1 point
  5. if (Zeny >= 1285000 && countitem(7825) >= 1 ) { set Zeny, Zeny-1285000; delitem 7825,1; and mes "Unfortunately, you either don't seem to possess enough zeny at the moment or are missing a Heroic Stone. Please check your funds and come back again.";
    1 point
  6. Project finished! Soon I'll be posting it here... ^^
    1 point
×
×
  • Create New...