Jump to content

Chaos92

Members
  • Posts

    1543
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. You can use Visual Studio Community Edition and its free. https://visualstudio.microsoft.com/downloads/
  2. Hello, every monster have difference Job Level and Base Level experience gain. Some monsters will give higher job level experience, and some monsters will give higher base level experience.
  3. is it after you @reloadskilldb ? I think this issue already fixed in https://github.com/rathena/rathena/commit/496f362ec973224c20fc6d37664f11d277ebcf83
  4. Maybe config/application.php you didnt link the database to your log database ? You will need to add 2 connection which is 'ragnarok' database and 'log' database if you separate it.
  5. Try to run this in your SQL https://github.com/rathena/rathena/blob/master/sql-files/roulette_default_data.sql
  6. Check your script and change 0 to any object below. *getmapxy("<variable for map name>",<variable for x>,<variable for y>{,<type>,"<search value>"}) This function will locate a character object, NPC object or pet's coordinates and place their coordinates into the variables specified when calling it. It will return 0 if the search was successful, and -1 if the parameters given were not variables or the search was not successful. Type is the type of object to search for: BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  7. I think maybe you are mixing the files from the themes and FluxCP files. My suggestion : 1. Copy create.php from default themes in FluxCP. 2. paste the code in create.php in your create.php theme folder so that it will match with the base fluxcp code.
  8. if (vip_status(1)) { sc_start SC_STRFood,360000,10; sc_start SC_AGIFood,360000,10; sc_start SC_VITFood,360000,10; sc_start SC_INTFood,360000,10; sc_start SC_DEXFood,360000,10; sc_start SC_LUKFood,360000,10; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } and add some more buff u need
  9. 1. I dont understand anything, maybe because I didnt know tagalog. 2. Wrong section.
  10. data\luafiles514\lua files\datainfo\tb_cashshop_banner.lub <--- for the banner msgstringtable.txt line 3302 for button charging links.
  11. Gepard Shield have option if you want to limit your clients. You can contact Gepard Shield @Functor.
  12. https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0 This isnt suitable for your setup ?
  13. If im not mistaken, if you're running all 3 server.exe, there will be firewall allowing confirmation will prompt. Have you tried disable your firewall to see is it because of firewall or anything else ?
  14. seems like you are using hercules ? hercules have their own forum. rAthena files are quite different compare to hercules. Its better for you to ask at the correct emulator that you currently use.
  15. https://github.com/rathena/rathena/wiki/Custom-Items
  16. Try to open your domain. You should can access your domain before pointing it.
  17. u type 'rangarok' and ragnarok but in screenshot ragnarok and ragnarok.
  18. add your voting sites then. Make sure you already run 3 sql for voteforpoints .
  19. From what I understand, the first devotion + defender works, but for the next time devo , the defender isnt work . Which means they need to retoggle the devo to make it works again.
  20. what client date ? I think u should edit iteminfo.lua
  21. remove all cp_ tables... then rename your server name in config/servers.php OR just remove all the FluxCP files and reinstall again.
  22. Try restart server ? Maybe you are using @reloadskilldb which have issue if you're using older than github latest commit right now.
×
×
  • Create New...