Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Check the files. Daily_01.bmp and daily_01.bmp
  2. u are using 20151104 so u need to use 55. packetver 23 is for 20080910
  3. are u using latest git? https://github.com/rathena/rathena insert your custom item/mob in import folder
  4. https://raw.githubusercontent.com/rathena/rathena/master/conf/battle/drops.conf here it is rathena drops.conf which lines ' option to turn showexp and showzeny ' ?
  5. i didnt use godaddy hosting, but just telling you that hostgator can open ports on their shared hosting. I already have this issue a few years before and solved by opening 3 ports that I used to check server status
  6. download latest KRO that u can find. Try use this or update it to latest one then just use your 20151104 client.
  7. its because godaddy blocking those ports.. u need to ask them open 3 ports that u need .
  8. create wireless connection with your friends connected. after that get your wireless IP address might be 192.168.x.x and use it in clientinfo.xml or... try use hamachi maybe ?. around more than 8 years ago im connecting using hamachi, didnt know now they still offer their services or not
  9. what do u mean by separate file ? its easier if u show us the error or something about that. diff clients that not ignoring errors. doram selection, etc doesnt have problem. also can use doram skills
  10. just update your KRO and it should works . ive tried a few months ago when doram released.
  11. Chaos92

    Renewal

    3rd jobs are actually disabled, there are no 3rd job changer npc in pre-renewal except you are using @job commands those renewal maps might be there but there will be no npc/monster. you can edit src for @job for removing 3rd job in that command. you can remove those maps in maps athena , mapcache and also those map in your scripts.
  12. did u mean GRF/data folder that works ? try this https://github.com/zackdreaver/RO-Clientresources and also https://github.com/zackdreaver/ROenglishRE for renewal english translation Thanks to @zackdreaver for that project
  13. dont copy mines.. just remove the line 3470
  14. https://github.com/rathena/rathena/blob/master/src/map/status.c if (sd->inventory_data[index]) { int j; struct s_random_opt_data *data; for (j = 0; j < MAX_ITEM_RDM_OPT; j++) { short opt_id = sd->inventory.u.items_inventory[index].option[j].id; if (!opt_id) continue; current_equip_opt_index = j; data = itemdb_randomopt_exists(opt_id); if (!data || !data->script) continue; if (!pc_has_permission(sd, PC_PERM_USE_ALL_EQUIPMENT) && itemdb_isNoEquip(sd->inventory_data[index], sd->bl.m)) continue; if (i == EQI_HAND_L && sd->inventory.u.items_inventory[index].equip == EQP_HAND_L) { // Left hand status. sd->state.lr_flag = 1; run_script(data->script, 0, sd->bl.id, 0); sd->state.lr_flag = 0; } else run_script(data->script, 0, sd->bl.id, 0); if (!calculating) return 1; } } remove that unassign short nameid lines
  15. is that you get the files directly from eadev ? I bought some themes before with eadev and they should work fully without any issue. with the image not readable there, seems like you file isnt fully extracted there ?
  16. is it work by using default theme or still give an error ?
  17. glad to help you with that !
  18. get fluxcp rathena from here https://github.com/rathena/FluxCP
  19. get izlude.gat, izlude.gnd and izlude.rsw (old izlude) rename those to pvp_y_1-2.gat , pvp_y_1-2.gnd and pvp_y_1-2.rsw and put in your data folder / GRF after that load your mapcache in db/pre-re if pre-renewal mode and insert pvp_y_1-2
  20. get old izlude files, rename it to pvp y_1-2 (check the real mapname) after that update mapcache for that map.
  21. run the from here https://github.com/rathena/rathena/tree/master/sql-files/upgrades for your screenshot, its here : https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20160814.sql
  22. Chaos92

    Summon

    use find the mushroom npc but change it to any specific monster that u need https://github.com/rathena/rathena/blob/master/npc/custom/events/mushroom_event.txt change the time too
  23. which revision was that ? o.O change 0 to 1
×
×
  • Create New...