Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. no this is not show name. this is a clientside. the client changes name format on newer clients.
  2. maybe there is something wrong with your clientinfo.xml
  3. it's ok. why can't? what seems to be the prob?
  4. what do you mean? - you can port forward so whats wrong with that? I think you mean't CAN'T?
  5. You can use your own pc but it needs to be on for 24/7.
  6. This is not a ready to run emulator. 1st you must configure it (MySQL, src settings, Compiling it (Visual Studio) ) 2nd you must also setup a client that can play your current configuration
  7. and just edit itemID and name for easiest way. I think that's not what he mean. specific weapons sprite only shows up on certain item number not itemID. If you make a sword on item number of 30000 in the item_db2.txt. the sword won't show but it will be a weapon.
  8. try this Askydun,84,109,4 script Healer#Askydun 950,{ percentheal 100,100; if (countitem(7139) > 0) { //7139 - Glistening Coat skilleffect 479,0; sc_start SC_FULLPROTECTION,360000,5; delitem 7139,1; //Delete 1 Glistening Coat } end; }
  9. Are your sprites are in the proper location/path in your grf? Also are they properly named?
  10. that won't solve the delay issue
  11. you mean this "conf/battle/skill.conf" // Delay time after casting (Note 2) delay_rate: 100 and this for specific skills db\re\skill_cast_db.txt //RENEWAL db\pre-re\skill_cast_db.txt //PRE-RENEWAL
  12. check lua_commas? check sprite path/name? must be imported correctly to each folder.
  13. I think its a skin problem. Armor and arms are interchanged
  14. LuLu

    Item Heal

    this is 100% HP / random 50~100% SP 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal 100,rand(50,100); },{},{} this HP/SP 50~100% 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal rand(50,100),rand(50,100); },{},{} Just read the heal code. It's not very complicated. You can adjust based on what you need
  15. check your sql what proper syntax the birthday need.
  16. LuLu

    Need help

    make custom items first then make the grf with those custom items.
  17. yes they will work. I'm using lua for 2013 client but works fine for 2012
  18. I use kRO from nickyzai and it works fine - you can make that folder easily and you can find the font folder by looking around here. -you can also easily download lua files with english translations here. also kRO's lua files are inside its GRF.
  19. LuLu

    Item Heal

    607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal rand(30,50),rand(30,50); },{},{}
  20. LuLu

    Need help

    they are inside your own grf or they are in the data forlder you downloaded. try this. this data folder contains them
  21. LuLu

    Equips Bug

    i'm using latest rev.
  22. Sorry to tell but there is a downside here. If the timer is running, lets says last wipe was 55 seconds ago, then some player drops an item. After 5 seconds the item that the player dropped will be removed immediately (it has been only 5 seconds since he/she drops it). So if the time is 59 seconds and you drop something, after 1 second, it will be removed. No one can loot it. What if players are teasing each other by dropping a rare item to the floor and the timer is at it's 59th second? That item will be wiped.
  23. LuLu

    Equips Bug

    its working fine in this picture im just using a knife (check equipment window) in this picture im using a knife w/ alice doll (edited with 100% more damage to demi-humans) Sorry for trolling item names. I do not use old translation files anymore. this client is 2012-04-10Ragexe
×
×
  • Create New...