Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. OnPCStatsCalculate are no longer existed now.
  2. Instead of made players die just warp them out.
  3. I think there are error in your scripts and try to use callfunc instead. 1.) Somewhere in any npc files function script WakeFieldBox01,{ // +9 Crimson Dagger [2] setarray .@OptID[0],RDMOPT_WEAPON_ATTR_TELEKINESIS; setarray .@OptVal[0],0; setarray .@OptParam[0],0; getitembound3 28705,1,1,9,0,0,0,0,0,BOUND_CHAR,.@OptID,.@OptVal,.@OptParam; return; } 2.) in item script: callfunc("WakeFieldBox01");
  4. You can use select commands. for (.@i = 0; .@i < getarraysize(.menus); .@i++){ if(unlocked[.@i]){ .@menu$ += "- Color"; }else{ .@menu$ += "- No Color"; } } .@select_menu = select(.@menu$);
  5. https://portforward.com/d-link/dir-850l/ Follow this pages. If still error when starting server. Please post an images.
  6. Check D:\rathena\db\re\skill_nocast_db.txt is there are any Devotion on this files?
  7. Start_

    PC tips

    Use VPS to host servers not your own PC. But in case you have to. just pick one that had good CPU & Memory & Storage (https://github.com/rathena/rathena/wiki/System-Requirements)
  8. Some of them are hard-code on client, You can see Red Potion effects if you adjust script to another bonus it's still had red potion effects. But there are options for you. See D:\rathena\doc\effect_list.txt Try @ effect <effect number> you will see effects then use it to item script like specialeffect <effect number>;
  9. Look at error in map console. My guess is replace TAP to space Like this guild_vs3 mapflag nowarp change to guild_vs3<TAB HERE>mapflag<TAB HERE>nowarp
  10. Anywhere under folders 'npc' Make sure that files are loaded. ( D:\rathena\npc\scripts_custom.conf )
  11. guild_vs3 mapflag nosave SavePoint guild_vs3 mapflag nowarp guild_vs3 mapflag nowarpto guild_vs3 mapflag noteleport guild_vs3 mapflag nomemo change to your map.
  12. Maybe time is missing. @mute <time> <player name> @mutearea <time> @unmute <player name> Mutes or unmutes a player (prevents talking, usage of skills, and commands). @mutearea will mute every player on screen for the specified time.
  13. Follow rAthena guide: https://github.com/rathena/rathena/wiki/Install-on-Windows
  14. If you don't care about Thai languages, Try follow my guide: https://www.youtube.com/watch?v=cDYt3LySTOc&list=PLQI8wpKGPj97RXXlI5PEvSAtwhKQfnwi3&index=14
  15. Do you code with VIP Checking. D:\rathena\doc\script_commands.txt line 2545
  16. I miss your quotes, You using 2010 clients date maybe that's not had this system yet.
  17. D:\rathena\src\config\core.hpp VIP is here.
  18. Try press magnify near minimap.
×
×
  • Create New...