Jump to content

Limestone

Members
  • Posts

    647
  • Joined

Everything posted by Limestone

  1. did you execute the logs.sql in your logs schema? are you using local mysql?
  2. no, i think its your fault, or you missed "#", kindly double check your work.
  3. your schema in mysql must be the same as the log_db_db:, ex: your schema is "logs", your log_db_db must be "logs" too..
  4. well you can see the error when you are compiling.
  5. you can try it in pc.c or status.c
  6. i make a scroll in my server with a "callfunc" script, i just want to request a log npc of the scrolls i made, the id of the scrolls are ID#30000, 30001, 30002, 30003, 30004, 30005., first, there are menus what scroll i want to see, then after i choose a what scroll, the script contains, (scrollname),(character name),(account_id),(total of the scroll opened). only GM 99 can access the npc.. thanks in advance for those who can help me!
  7. y Sir if im not mistaken, all i need to delete then are the information ins thos tables right? sorry if im asking something pretty simple, but im so unskilled on the whole thing that i have to make sure what im about to do directly thank you so much for spending your time helping me :3 yes, empty those tables. not delete the table.. ok?
  8. if you don't get it, just empty your guild tables.
  9. just truncate it, not delete.
  10. i think its because the some of the guilds have 10 or more members before you reduce the max members of the guild, i suggest to drop all the guilds in your database.
  11. when i try to use /merai (custom AI config) this error pops up.. './AI_sakray/USER_AI/Battle.lua:259: attempt to call a table value' this is the code in line 259: for i,v in Friends do this is the full code: -- 3. Check if our friends has enemies. if object == 0 then for i,v in Friends do object = GetEnemyOf(v) end end
  12. well also the idnum2itemname for the item's name and the idnum2itemdesc for the item description.
  13. in etc items, no need to edit the accname.lua because its only for headgears.. you must only edit the Idnum2desc, idnum2itemname, and the idnum2res, for example your coin is 671, and then you want to duplicate it, for example the duplicate id for 671 is 20000, you need to copy the idnum2res of ID 671 and make a new ID (20000)
  14. what is your config? RENEWAL? or PRE-RENEWAL?
  15. why i can still put items in my storage even i set my script like this 'getitembound 501,1,4;' 4 = Character Bound
  16. hi! how can i adjust the overweight from 50% to 60%? thanks!
  17. i dont have errors in map server, i dont know why it doesnt works in hercules.
  18. hi capuche, sometimes when i try to use this command, im stuck up. my one server uses hercules, can you make compatible for herc? thanks!
  19. That's not what i mean, for example Thor patcher, but i want to use the official PAtcher in order to patch my files in my grf, i saw some servers uses official patchers, like RebirthRO.
  20. Well i think theres no patchers in Ratemyserver
  21. hi! is there available official RO Patcher that can be used in private servers, if theres available, where i can download it and what's the patcher's name.. thanks!
  22. where should i put this dialog? if there's a unidentified items, it will show this "I have successfully identified "+.@idn+" items." but if there's no unidentified items, it will show this, "Everything has already been identified." @EDIT: FIXED.
×
×
  • Create New...