Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. patch ur client using KRO renewal patcher.. hope this help.. can someone help me? i am an assassin yet.. i dont look like one.. its just the same as i created.. what should i do to correct it? thanks in advance.. edit the clieninfo.xml find your account # there then remove it.
  2. Thanks Brynner, Fixed the installation instructions. That Debug messages are only informative, BK6 reload the configuration every X minutes to allow changes directly in the database that take effect automatically. Regards, Myzter oh ok. thanks again Myzter for your script. and more power.
  3. thanks problem solve.
  4. what kind of help do you need here?
  5. oh ok. thanks for that info.
  6. myzter some correction for your installation guide that cause error. // Unlimited Variable System npc: npc/custom/bk/VarSystem.txt // Multi-Language System npc: npc/custom/bk/LangManagement.txt // Translations npc: npc/custom/bk/lang/BK6_EN.txt English Dialogs npc: npc/custom/bk/lang/BK6_ES.txt Spanish Dialogs // BotKiller Main Script npc: npc/custom/bk/BotKiller6.txt // BotKiller Modules npc: npc/custom/bk/mods/BK6_Asc2Num.txt npc: npc/custom/bk/mods/BK6_Asc2Word.txt npc: npc/custom/bk/mods/BK6_Fakename.txt npc: npc/custom/bk/mods/BK6_Img2Num.txt npc: npc/custom/bk/mods/BK6_Lie2Me.txt npc: npc/custom/bk/mods/BK6_SMath.txt npc: npc/custom/bk/mods/BK6_WordNum.txt you for got to add // in the front of EnglishDialogs and SpanishDialogs // Unlimited Variable System npc: npc/custom/bk/VarSystem.txt // Multi-Language System npc: npc/custom/bk/LangManagement.txt // Translations npc: npc/custom/bk/lang/BK6_EN.txt //English Dialogs npc: npc/custom/bk/lang/BK6_ES.txt //Spanish Dialogs // BotKiller Main Script npc: npc/custom/bk/BotKiller6.txt // BotKiller Modules npc: npc/custom/bk/mods/BK6_Asc2Num.txt npc: npc/custom/bk/mods/BK6_Asc2Word.txt npc: npc/custom/bk/mods/BK6_Fakename.txt npc: npc/custom/bk/mods/BK6_Img2Num.txt npc: npc/custom/bk/mods/BK6_Lie2Me.txt npc: npc/custom/bk/mods/BK6_SMath.txt npc: npc/custom/bk/mods/BK6_WordNum.txt i got a problem here. [Debug]: script debug : 0 110013875 : BotKiller 6: Loading configuration... [Debug]: script debug : 0 110013875 : BotKiller 6: Processing 16 parameter(s)... [Debug]: script debug : 0 110013875 : BotKiller 6: 16 parameter(s) loaded [Debug]: script debug : 0 110013875 : BotKiller 6: Loading map ignore list...
  7. how to fix this? [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in anth ell02... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in bif_ fild02... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in ein_ fild05... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in gefe nia04... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in iz_d un02... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in mag_ dun01... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in moc_ fild07... [Debug]: script debug : 0 110013898 : > Mine System: Creating a new mine in yggd rasil01...
  8. anyone have a Kagerou and Oboro job changer?
  9. finally Myzter your here now. the best antibot maker.
  10. wow this is great. thanks for this.
  11. how to enable @commands works only if you are inside town. but if youre in the field it will say you cannot use @commands outside the town.
  12. thanks
  13. anyone know how to make a command for @makehomunculus command?
  14. it happen when i drop any kind of item. i tested it on cotton shirt and knife.
  15. if you will use langtype 0 you will got a problem on a character display name for soul link, taekwon and star gladiator. it will be display on korean.
  16. 2012-04-10aRagexeRE crash after i drop an item.
  17. check this. http://rathena.org/board/topic/65165-about-dual-windows/
  18. thanks for this
  19. anu ba set ng max asp m?193 or 195?
  20. thanks for the reply. i already fix it.
  21. does 2012-06-18aRagexeRE can save now client config?like shorcuts and bgm, noctrl and the other settings?
  22. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
  23. this is not compatible with rathena server files.
  24. on your pc.c if(sd->status.inventory[n].equip & EQP_HAND_R) { sd->weapontype1 = 0; sd->status.weapon = sd->weapontype2; pc_calcweapontype(sd); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); add this line. status_change_end(&sd->bl, SC_DANCING, INVALID_TIMER); //When unequipping, stop dancing. [skotlex] then it would be look like this. if(sd->status.inventory[n].equip & EQP_HAND_R) { sd->weapontype1 = 0; sd->status.weapon = sd->weapontype2; pc_calcweapontype(sd); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); status_change_end(&sd->bl, SC_DANCING, INVALID_TIMER); //When unequipping, stop dancing. [skotlex] then recompile
  25. tingin ko hindi yan ma reremove?
×
×
  • Create New...