Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100; autobonus "{ bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,1000; }",10,6000,BF_WEAPON,"{ misceffect 521; }";
  2. { autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { atcommand \"@slaveclone\"; @summon_limit += 1; } }"; },{},{}
  3. Did you custom IG_? If yes please check announce for normal item group first if it's work perfectly then problems is on custom IG_.
  4. Not sure but you can try. enchanter.txt
  5. Simply add more line to setrandomoption setrandomoption(.@part,0,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,1,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,2,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,3,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,4,.@opt,.@val,.@indx,getcharid(0));
  6. Because it's ignore flee?
  7. Yeah pretty sure map-server had an error because in photo that already show 1/999 In normally should say 1/1.
  8. In picture you post that's fine so what's your problems. If you can't custom ROBE sprite try to follow this https://rathena.org/board/topic/72734-guide-custom-wings-at-robe-place/
  9. Go to src about BG Button >> Use show cutin function and end function instantly with return; that's should be okay.
  10. It's work fine with lastest rAthena please try to use lastest rAthena.
  11. use tab instead of spacebar in header.
  12. It's said Unknown Skill Id 339, You should track anywhere that possible to cast this skill id.
  13. Try to clean > then build. And check the DEFINE RENEWAL things.
  14. Digital Ocean +1 Vote for now just wait other people answers. I used Digital Ocean for around 7 month. No high-risk problems found. Price is very decent.
  15. D:\rathena\src\map\clif.cpp at line 3641 add the clif_soundeffect ( line 9278 ) to play sound effect. Not sure it's work just guess..
  16. Checking around line 6819 on D:\rathena\src\map\status.cpp If you had any define RENEWAL then modify it. Also check the min max movement speed at conf folder too.
  17. Just follow the basic wiki. (rAthena wiki had tutorial about how to open on various OS too.) Did you ever made server can be running on your own computers? If you did, Just do the same thing with VPS.
  18. Just follow the adding custom item from this forum you should be able to see them easily. By the way if you can use SDE program with eAthena just use it, it's can be help you a lot.
  19. Beware of client error popup if you use client date more than 20151104
  20. If you don't want to edit source code just try easy method like this. Made 2 item that same item scripts this can be easily done by SDE program. 1.Get normal Sealed Drake Card (Non-Tradeable) 2.Go to POD > Exchange Sealed Drake Card to Sealed Drake Card(Stamp) Edit# Oh @Hijirikawa you and me post at the same time lol.
  21. Start_

    CAP Aspd

    Source edit would be good at the final aspd calculation >> Check the equipment class >> Cap Final ASPD I don't know where to edit but you can search through src folder.
  22. Start_

    CAP Aspd

    It's up to you just pick one like this. if(BaseClass==Job_Mage||BaseClass==Job_Archer) { bonus bAspdRate,10; } else if(BaseClass==Job_Swordsman||BaseClass==Job_Thief) { bonus bAspdRate,-10; }
×
×
  • Create New...