Jump to content

malufett

Members
  • Posts

    554
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by malufett

  1. delete the '.svn' folder in your desktop...take note its hidden you must alter your settings for you to able to see it and delete..
  2. hmm..seems you need to double check all your modifications..
  3. how about trans RK? dragon RK? baby RK? did you set them all? and it seems that you used trans RK and you only set 4054 which is normal RK....
  4. because you missed something in your skill_tree_db.txt
  5. potion and skill bonuses for aspd is highly dependent on your agi..more agi&dex you have the greater aspd bonus it increases...
  6. either... but if you're referring to general skill casting..use Mootie suggestion/answer
  7. because the skill you use belongs to a skill that ignores stat reduction...
  8. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/core.h
  9. disable official walkpath..if your between an obstacle you can only do no more than 14 walk path cells beyond that you cannot go to that cell... its an npc problem..you must change close to end if your using a script without dialog..because its more appropriate to use end than close..
  10. very simple just add it...or update your server..
  11. no the problem is the client we used..sakray client don't have it...
  12. make the skill type BF_MISC for it not to be reducible...and modify its skillratio damage @ battle_calc_misc_attack
  13. ito ang karamihang problema sa pinas eh.. anung ISP mo? kung Smart yan...pero sorry di pwede Hamachi lang tanging paraan...
  14. are you sure it cast sonic blow? @db/pre-re/item_db.txt Ring_Of_Flame_Lord,Ring Of Flame Lord,5,20,,100,,0,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30; bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10; bonus3 bAutoSpell,"PA_PRESSURE",2,30; bonus3 bAutoSpell,"MG_FIREBALL",1,150; bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20; },{},{} 2679,Ring_Of_Resonance,Ring Of Resonance,5,20,,100,,2,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,50,0; bonus3 bAutoSpellWhenHit,"AS_SPLASHER",10,20; bonus3 bAutoSpellWhenHit,"AL_HEAL",10,30; bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",3,20; bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",5,20; },{},{}
  15. malufett

    TOMB

    ok you beat me..hahahahaha..it seems that I'm not familiar with the quest in lighthalzen...hahahaha. check 'npc/re/mobs/' then choose the mob spawn for lhz
  16. malufett

    TOMB

    once 'boss_monster' is indicated it always make the mob to have a tomb..even a poring can have a tomb... like humans monsters also need a good burial...hahahaha...JK by default MVP boss should have a tomb unless someone forgot to add the 'boss_monster' flag for it....
  17. malufett

    TOMB

    just change lhz_dun03,138,138,36,34 monster High Wizard Kathryne 1645,1,2580000,2460000,1 to lhz_dun03,138,138,36,34 boss_monster High Wizard Kathryne 1645,1,2580000,2460000,1
  18. some optimization switch(select("Enter.:Do not enter.")){ case 1: warp "job_ko"26,111; case 2: close; } to if(select("Enter.:Do not enter.") == 1) warp "job_ko",26,111; } close; switch(select("Aren't you...")){ case 1: mes "[Cougar]"; mes "I remember you from before looking for the way of the ninja."; to if(select("Aren't you...") == 1){ mes "[Cougar]"; mes "I remember you from before looking for the way of the ninja."; and to all switches with one case to convert it to if statement... and I can't see the test for weaponry....
  19. because in your stat window is not matk its 'status matk'..you will only see the bonus if you deal magical damage..
  20. nope its server based..all clients 2011 and above support it.. I just have one client but its multiple window is disabled..I hope there a diff for enabling it again..
  21. do anyone have enable Multiple Windows with 2012 clients?
×
×
  • Create New...