o.O I don't think anyone can solo a bapho with 5x stats and 30x HP...
and I just noticed that you have set the delay rate to 4000. doesn't that make them flinch a lot?
for example, I type "@mapsearch <map_id>" and the result will be "<Mob1Name>[<quantity>], <Mob2Name>[<quantity>],etc.".
possible? it'll be very useful.
you can multiply their stats manually. not that hard to do by changing mob_db.txt to .csv, opening it with excel, and, using formulas, multiply the stats of every monsters that has an MVP EXP or Drops (create list and sort for easier time).
random rant:
this is why I don't even want to try touching hercules.
I think so. btw I just tried changing the shop name to "sss" and it works (included that thing I posted above in the same file). using "Tool Dealer" didn't work.
getting this error right after accepting a quest.
[Error]: buildin_getarg: Index (idx=2) out of range (nargs=2) and no default value found
how to fix this?
solved. actually caused by my modification. forgot I had that, sorry.
I don't know if you can modify a variable by using an item, but the exchange npc is right there at <npc\battleground\kvm\kvm_item_pay.txt> ... just modify it however you like. it's just a simple delitem and set variable.
not the answer I was hoping to get.. but I guess it helped me. so thanks.
I'll just leave this here in case anyone asks the same thing in the future.
/// aspd = baseaspd + floor(sqrt((agi^2/2) + (dex^2/5))/4 + (potskillbonus*agi/200))
amotion -= (int)(sqrt( (pow(status->agi, 2) / 2) + (pow(status->dex, 2) / 5) ) / 4 + (status_calc_aspd(bl, sc, 1) * status->agi / 200)) * 10;
it's unedited.
trunk\conf\battle\monsters.conf
// Display some mob info next to their name? (add as needed)
// (does not works on guardian or Emperium)
// 1: Display mob HP (Hp/MaxHp format)
// 2: Display mob HP (Percent of full life format)
// 4: Display mob's level
show_mob_info: 1
you'll have to use the /showname command in game to see it. which looks bad unmodified.
edit:
hmm. it actually only show monsters' HP in text. sorry bout that.
can someone help me? I want to change it so that the skill only give 1% aspd boost per 2 skill level, no perma blindness and works on all job level.
never mind. got it working by deleting few lines and changing the 30 to 5.
100 = x1.00, 1050 = x10.50... etc.
I don't know if it can go above x100.00 though.
oh. and the exp is actually in exp.conf. but I guess you already know that.
HE battle manuals gives 200% exp boost instead of 100% exp boost. same thing with field manual 300%.
normal battle manuals works correctly.
and the bubble gums also works correctly. don't go and "fix" that.
(sorry if this is the wrong section. I don't know where to post this.)
https://github.com/rathena/rathena/pull/717#issuecomment-150838917
got the same issue and that fixed it for me. don't have a git account and too lazy to make one so I'll just confirm your (that's you, right?) question here.