Jump to content

F0xxy

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by F0xxy

  1. Well kRO made it permanent sometime ago... So dinput.dll isnt necessary anymore Delete dinput.dll and .ini and try this: https://www.box.com/s/7yf3f228k42kca34nu1a It should work
  2. Would be easier if I knew what's causing it...
  3. http://www.mediafire.com/?ftq3uphlbg33usk Try this version
  4. Nope, the mvp tomb will only work for spawned mobs with the boss_monster flag on it.
  5. In SQL search for the homun_id column and set your char's to 0
  6. http://rathena.org/board/topic/63177-ro-open-setup-v2200-last-updated-20120614/
  7. http://forum.ratemyserver.net/ro-graphic-coding-media/roext-mouse-freedom-and-some-tweaks/ add this then in your setup.exe click your ROExt tab and untick Mouse Freedom see if it works
  8. F0xxy

    help please

    @Changegm is to change guild master
  9. Removed both dinput.dll and .ini?
  10. I think he wanted the bonus to multiply by the number of clips on... ...,{ bonus bStr,2; if(isequipped(15122)){ bonus bStr,2;} },{},{} Edited.
  11. F0xxy

    help please

    Here's mine as example: id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /*feature commands*/ refresh: true noask: true noks: true main: true autoloot: true alootid: true autotrade: true request: true go: true warp: true jump: true kill: true who: true me: true storage: true guildstorage: true pettalk: true homtalk: true font: true changegm: true dance: true changeleader: true duel: true invite: true accept: true reject: true leave: true load: true heart: true vpoint: true afk: true sleep: true mail: true emo: true allskill: true <- add this one } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } },
  12. [sKID.WL_SOULEXPANSION] = { "WL_SOULEXPANSION"; SkillName = "Soul Expansion", MaxLv = 5, SpAmount = { 30, 35, 40, 45, 50 }, bSeperateLv = true, AttackRange = { 11, 11, 11, 11, 11 }, <--- was missing a comma _NeedSkillList = { { SKID.HW_NAPALMVULCAN,5 } } },
  13. Guess I was wrong then, but still... ....,{set variable1,1; if(variable1==1){bonus bStr,1;} },{},{set variable1,0;} Are you planning to use this somehow or is it also an example? Cause since you'd be equipping the item it wouldn't need a variable to apply the bonus
  14. You can, but the way that onequip script is wont work when people relog, since they'd have to re-equip the item to set the variable.
  15. Use a permanent char variable then like: set quest, 1; // "quest" as example then for the 2nd npc it would be something like this: if(quest == 1) { mes "Hi!"; close; end; } else { mes "Go away!"; close; end; }
  16. Nothing, it'd simply be a different system... Normally servers differ in stats due to their different item scripts.
  17. For the hp -> player.conf: // Players' maximum HP rate? (Default is 100) hp_rate: 180 // as example For the stats I can't think of a way without switching to renewal.
  18. Stats aren't the only thing that influences atk and crit tho but in the pre-re servers I played the stats are like that.
  19. You can increase the hp ratio in the configs and for the atk and critical it's not wrong.
  20. yeah, that's it but don't forget the pre-re mob database, the one that comes with rA is renewal.
  21. Well, like I said make sure everythings in Unicode(proper korean letters) and you can also use Gryff 1.1 instead of grfbuilder if it bugs...I personally prefer it. *Gotta go sleep now btw Ill help out later if theres still issues
  22. I've seen this happen with new mounts...hmm you probably diffed your client with the option to ignore missing palettes, otherwise you'd crash... There's gotta be something wrong with those palettes, make sure their names are in ASCII if you're using your data folder or Unicode if you're using a custom .grf
  23. If you don't have that many cloth colors you should just limit them in the server or use this: http://www.mediafire.com/?9n1yvv9sr8x3tt7 It comes with the dyes already.
  24. Does it bug only after logging in?
×
×
  • Create New...