Jump to content

Chaos92

Members
  • Posts

    1543
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. data/itemmoveinfov5.txt Should be here.
  2. Dont use notepad++, that software will encode the korean word thats why that error will happen. Or else you need to setup/configure notepad++ for auto encode issue. Use another type of word editor for example Brackets, etc.
  3. Hello, this script can read rand start from zero when randomize the items. Do you have any idea to fix it ? It will occur randomly while randomize item. [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data. solved by changing this line : set .rand,rand(0,getarraysize(.ItemLists)); to set .rand,rand(getarraysize(.ItemLists)-1); Thanks to @Hurtsky and @pajodex for their precious time !
  4. can u elaborate ? diff client without ignore error
  5. You might try to change the folder inside data/logs/schemas/charmapdb and also data/logs/schemas/mapdb to your new ServerName. in default, the name = FluxRO since you installed using that ServerName before.
  6. https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b Hope this help.
  7. make sure you setup your conf folder correctly or maybe your server database hang/crash.
  8. You doesnt need that OnInit code for ItemShop. Just edit it here - itemshop shop3 -1,7720,15110:500,20732:300 Then, try to bought with 7720 item. You should can bought using the same item as you set there. Make sure you are using 2013 and above rathena version and also client.
  9. Ahh i just want to give the same tutorial. lol. Hope it works for both of you.
  10. You have 'donate' table which doesnt have in default rathena database. If you are using the script from others, make sure you run the sql script also in your database/phpmyadmin.
  11. Hello, use zackdreaver english translation https://github.com/zackdreaver/ROenglishRE
  12. Hello, actually from the picture, it is the original Fallen Angel Wing and I didnt change anything. And ive tried below but still it didnt work. Someone suggest me to remove some lines in luafiles514\lua files\spreditinfo\2dlayerdir_f.lub [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER _SMALL
  13. Hello rAthena community. Anyone knows how to solve the issue with too zoom in that wil break the sprite of the garment ? Im using client 20180620. Any help will be appreciated. Maybe blocking zoom in too much also could help. Thanks.
  14. Depends on your rss forum category or anything . If you have multiple thread/post in a certain category, then it will show more than one for the rss feed.
  15. elaborate, or give example, it helps a lot so that we can help you.
  16. for open in new tab hyperlink : <a href="https://www.google.com" target="_blank">Click me to go to Google</a>
  17. how do u fix that ? im using 20180620 and having this issue when zoom in too much.
  18. You need to have sprite folder, texture folder for the custom item. also need to edit accname.lua and accessoryid.lua.
  19. in phpmyadmin/database, u need to set privilege and add your mysql user there.
×
×
  • Create New...