Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. You probably didn't place proper settings this script is kinda handy
  2. Pretty sure he is asking about hosting services, basically to start a to server from basic
  3. In login_athena.conf group_id_to_connect: -1 change this to your gm group id
  4. you didn't copy pasted my script properly , you missing one "}" copy here and paste properly prontera,162,176,0 script Mining 1907,3,3,{ mes "[^0000FFMining Entrance^000000]"; mes "Before i warp you to mining ground you must have mithril coin from skill matching event"; mes "5x Mithril Coin"; mes "1x Gold Coin US"; next; mes "[^0000FFMining Entrance^000000]"; mes "you want to go for mining?"; switch(select("I have requirements!","no thanks...")) { case 1: if(countitem(674) >= 5 && countitem(7720) >= 1) { mes "[^0000FFMining Entrance^000000]"; mes "Great! You have the items."; select("Warp Me"); delitem 7720,1; delitem 674,5; warp "force_2-2",173,121; end; } else { mes "[^0000FFMining Entrance^000000]"; mes "Bring me the items I asked for!"; close; } case 2: mes "[^0000FFMining Entrance^000000]"; mes "ok! see you next time!"; close; } }
  5. any console errors? its working fine for me! its a full script or part of the script?
  6. any console errors? place tabs in header prontera,162,176,0<tab>script<tab>Mining<tab>1907,3,3,{
  7. not working in the sense? can elaborate ?
  8. prontera,162,176,0 script Mining 1907,3,3,{ mes "[^0000FFMining Entrance^000000]"; mes "Before i warp you to mining ground you must have mithril coin from skill matching event"; mes "5x Mithril Coin"; mes "1x Gold Coin US"; next; mes "[^0000FFMining Entrance^000000]"; mes "you want to go for mining?"; switch(select("I have requirements!","no thanks...")) { case 1: if(countitem(674) >= 5 && countitem(7720) >= 1) { mes "[^0000FFMining Entrance^000000]"; mes "Great! You have the items."; select("Warp Me"); delitem 7720,1; delitem 674,5; warp "force_2-2",173,121; end; } else { mes "[^0000FFMining Entrance^000000]"; mes "Bring me the items I asked for!"; close; } case 2: mes "[^0000FFMining Entrance^000000]"; mes "ok! see you next time!" ; close; } }
  9. you you mean your players cannot trade? in your groups.conf set can_trade: false
  10. you can use this one, just use addtimer https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L6229-L6257
  11. Don't add it to group 0 add to your gm groups who you don't waNt to have trade option
  12. After adding that line to your gm group Do @reloadatcommand
  13. - script ANTIAFK -1,{ OnPCLoginEvent:s Sleep2 5000; if (checkidle(strchrinfo(0)) >= 5) atcommand "@kick "+strcharinfo(0); goto OnPCLoginEvent; }
  14. In your groups.conf add can_trade: true
  15. http://files.luaforge.net/releases/luadec/luadec/0.6
  16. you can just try searching for it in google
  17. I think it is pocket obsession, try disabling it in core.h and recompile
  18. You can remove certain skills here https://github.com/rathena/rathena/blob/master/db/re/skill_nocast_db.txt
  19. Suggestion Adding rss news feed and online player count make this patcher complete And Instead of login,map,char servers status just servers status makes it look better +1
  20. You can try this
  21. You can login and can use reinstall option from admin menu, In your case you already removed your database so i assume u must not be able to login ur fkuxcp To solve this goto your servers.php and change your server name (add extra spaces or letters) and save That makes fluxcp to take you to installation page Or try like this Yourserver.com/?module=install&action=reinstall Yurserver.com/?module=install&action=install
  22. sc_end SC_ASSUMPTIO ; warp "guild_vs3",0,0; Just add it before warp command
  23. Remove your pvp map from this file trunk/npc/mapflag/pvp_noparty.txt
  24. rathena is keep getting updated, even an one month old guide is not 100% updated to latest version of rathena check this links
×
×
  • Create New...