Jump to content

Varyss

Members
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

Varyss last won the day on December 16 2015

Varyss had the most liked content!

Profile Information

  • Gender
    Not Telling
  • Github: Varyss
  • Interests
    anything useful.

Recent Profile Visitors

949 profile views

Varyss's Achievements

Poring

Poring (1/15)

2

Reputation

1

Community Answers

  1. 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?
  2. actually.. I've edited my post while you were typing. the first one have different use (create a warp while talking or something like that).
  3. <mapID>,<x>,<y>,0 warp <warpname> <x>,<y>,<mapID>,<x>,<y> the last three are the destination. see npc\warps\ for examples.
  4. for example, I type "@mapsearch <map_id>" and the result will be "<Mob1Name>[<quantity>], <Mob2Name>[<quantity>],etc.". possible? it'll be very useful.
  5. 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.
  6. 1) edit their group id from the sql database login table. 2) you add it in groups.conf https://github.com/rathena/rathena/blob/master/conf/groups.conf
  7. 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.
  8. 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.
  9. - shop Tool Dealer -1,ID:PRICE did you have that anywhere in the file?
  10. Varyss

    KVM Points

    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.
  11. 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.
  12. topic. wanted to increase the amount of whatever stats needed to increase aspd (slower attack).
  13. http://herc.ws/board/topic/5748-izlude-map-issue/ https://subversion.assembla.com/svn/weetools/trunk/WeeMapCache/ disclaimer: I never tried that.
  14. Varyss

    Server rates?

    does it say anything when you run the mapserver (after recompiling, of course)? if it doesn't say anything then I dunno what's wrong.
  15. 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.
×
×
  • Create New...