Jump to content

Earthlingz

Members
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Earthlingz

  1. be sure to get the latest msgstringtable.txt here http://svn6.assembla.com/svn/ClientSide/Translation_Project/data/
  2. nulled or paid it is still vulnerable in those attack if you are just using recaptcha. recaptcha has been cracked long ago.
  3. you can install plugins/mods to autoban new users when their IP is detected as spam see this http://www.stopforumspam.com/contributions
  4. it says that there are some missing files in your AI folder try downloading a new AI folder probably the one Uploaded by Judas will work http://supportmii.com/ro1/Clients/Judas_Setups/2012_AI/
  5. are you sure that you are extracting it in the right folder? how are you extracting it by the way? please tell me the path of your luas
  6. Be sure that you put the lua in the right folder like data/luafiles514/lua files
  7. then you are doing it wrong. also if you have Read Data folders first then be sure you overwrite the files in that folder. if you didnt be sure to put it in your grf.
  8. you didnt get the SRC my Lub archives comes with src... what i said is if you use Lua before Lub use the luafiles514 in src folder if you didn't, use the normal luafiles514
  9. or this http://rathena.org/wiki/@go
  10. it could be that you are putting it in a wrong directory. also if you have Lua before Lub diffed then you should put the src luafiles514 in your folder not the compiled one.
  11. he doesnt seem to know how lua works so don't mind him... also the error would not be in lua if the string is wrong ... the client will tell you that there is a missing file like gender_filename.spr/act so definitely his error is not the string but the table it wasnt able to find the ACCESSORY_HELM_OF_DOOM from accessoryid... @briane5500 also another thing if you dont like doing trial and error you can just simply [1235] = "helm_of_doom", in your accname.lua and you can remove those custom items in your accessoryid.lua
  12. it might be reading a different accessoryid.lua/lub try removing the other if it will go nil too.. if not then it is not reading the accessoryid.lua you are editing. example remove the VALKYRIE_EYE = 1230 the error should appear is 767: table got nil
  13. change your langtype to probably 0 or 1
  14. this is probably your accessoryid didnt update correctly the error means that it cannot find the value of the index from accessoryid.lua
  15. really do you have any example that you can say that some of my translations are translated by a machine?
  16. you seem to have installed lua 5.1 in your system and have added it in %PATH% there are ways to fix that. one is open all .lua in that AI folder and change example require "./AI/Const.lua" to dofile("./AI/Const.lua") <-- if that doesnt work try require "Const"
  17. I think there should be an AI_backup folder in your RO rename it to AI again.
  18. that is probably you are a GM and you didnt remove the all skills in the permission see groups.conf
  19. Done translating see the note: http://trac.assembla.com/ClientSide/changeset/211 or see the translated file right away: http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/itemInfo.lua
  20. that should be me. decompiled weapontables were already decompiled and committed in svn since yesterday =)
  21. Yes but since our client is based on RagexeRE.exe i had marked it as not supported anymore.
  22. This date is the day that gravity stopped supporting (id)num2item(displayname|resname|desc)table.txt and itemslotcountable.txt and has been merge into 1 file.
×
×
  • Create New...