Search results

  1. K

    how to reset stat and skill POINTS

    how to reset skill POINTS and status POINTS? not the way like the reset npc do, but instead make the player skill point 0 and status points for lvl 1
  2. K

    help fix this script it wont start

    job_knt,65,53,4 script RWC Registration 899,{ if (getgmlevel() >= 99){ menu "standard menu",standard,"reset",lend; } standard: set $@members,1; // number of party members change this to your party size you want set $@start,0; getpartymember(getcharid(1)); set...
  3. K

    help in script

    script that will make your skillpoints and statpoints = 0 and how to apply this script query_sql "DELETE * FROM `cart_inventory` WHERE `char_id` = '" +getcharid(0,""+strcharinfo(0)+"")+ "'";
  4. K

    guild checker

    if ( ( BaseLevel == 160 ) && (.guildcheker here) i want to reject players with guilds anyone knows? thnx
  5. K

    help with this npc tia

    1. NPC that will warp you to a specific map if: - novice only - level 1 only - no items equip - no items on inventory - no items at all - 1m entrance free   2. NPC that will warp you to prontera:     - no items equipped (if no equipped next) (if with equipped reject) upon warping:  - delete all...
  6. K

    sc_config

    can i add this on sc_config? SC_CHASEWALK2, 125 SC_INCVIT, 125 SC_INCINT, 125 SC_INCDEX, 125 SC_INCLUK, 125 SC_INCAGI, 125   and how to reload this?
  7. K

    anyone have this enchant npc script?

    http://irowiki.org/wiki/Biolab_Enchants and this http://ro3.gameflier.com.my/index.php?select=news&id=499
  8. K

    whitesmith card effect

    anyone have the script to make whitesmith card ignore FCP and break their armor and weapon? TIA
  9. K

    how to reload mob_skill_db.txt?

    how to reload this? reloadmobdb and reloadskilldb dont work
  10. K

    how to add skill on monster?

    i want to add GX Antidote on Pori Pori
  11. K

    Ragnarok on Android

    anyone here knows how to make this on private server? http://roworkshop.com/andro/main/index.html
  12. K

    lowering the chance of skill in certain maps

    can i use this on map_zone_db.conf skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h) // when cast vs players and monsters. //MG_COLDBOLT: (50,"PLAYER | MONSTER") }     sample...
  13. K

    R> Rebbelion Jobchanger

    how to add rebbelion on default hercules (Euphy) job changer?
  14. K

    R>Rebellion Skill Dmg Formula

    help with dmg formula even if its not the official formula as long as the skills are working
  15. K

    Help Inventory Size

    how to fix this?
  16. K

    R>Top Brewer

    Top 1 = 20% HP recover of white potion and 20% SP recovery for Blue Potion Top 2 = 15% Top 3 = 10%
  17. K

    how to make costumes

    instead of making custom equips, i want to make custom costumes, for weapon sprite and headgears
  18. K

    R>disabling overups equips in certain map

    Information: 1. The highest armor refine allowed is 10 2. If you entering the map using equips more than +10 all +11 to +20 equips will be nerfed and the effected will be the same as +10 3. Weapons and armor can have different limitations (lets say for weapons +15 is allowed and for armor +10...
  19. K

    R> Full Debuff

    I need help on script that will remove all buffs when entering castle during woe, disabling some items are useless if they can use it outside then go inside.. Thanks in advance.
  20. K

    Disable MVP Card on WOE SE Only

    how to disable MVP Cards on WOE SE only and enable on WOE 1 thanks in advance
Back
Top