Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. Make sure your mmo.h packetver is equal to your client date, and also heck your subnet conf
  2. Send me your client, ill make it for you
  3. use hex editor search your server name and just change it! just dont use backspace when u do it
  4. I suggest you not buy any ragnarok reseller hosting,, just get sime good developer who can do setup, or learn everything yourself This is economical and better
  5. You are looking for little poring npc script?? Else name your npc script pls
  6. You need to setup shop in fluxcp with ur item list, and players can buy those items with credits and can reedom those items they bought in game using this npc
  7. tried emistry sql job changer? best of its kind
  8. You use job changer npc from rathena custom npc folder
  9. chose "file", and "single file" in options and after clicking generate choose /root
  10. // Prevent logout of players after being hit for how long (in ms, 0 disables)? prevent_logout: 10000 // When should the server prevent a player from logging out? Have no effect if prevent_logout is disabled. (Note 3) // Official servers prevent players from logging out after attacking, casting skills, and taking damage. // 0 = Players can always logout // 1 = Prevent logout on login // 2 = Prevent logout after attacking // 4 = Prevent logout after casting skill // 8 = Prevent logout after being hit prevent_logout_trigger: 14 <<<<< change this line to 0 Check this in player.conf
  11. You can create thor files using grf editor Click new- new thor
  12. Cyro

    FluxxCP Help

    What is the error message it showing when you click on download tab?
  13. If your server set to pre-re the above script will disable re maps and vise versa, you can modify it as mentioned below / * Restrict("<RE | Pre-RE>"{,<menu option numbers>}); // ~ Only allows map for Renewal or Pre-Renewal modes. // If menu option numbers are given, only those maps // will be restricted (i.e. not for "Go"). //
  14. Cyro

    FluxxCP Help

    Depending on the theme you using, If you are using default fluxcp use 'pages' option with your admin account and create a page If any other theme find the particular module php page in your theme main folder
  15. you tested it with mini boss? i dont think mini boos give MOB_MVPEXP so it must be working for MVP only announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00; } change above line to announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0; }
  16. try contacting olrox or chemical crush
  17. - script #mvp_drop -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 50) //chnage % as your needs getitem 512,1; // your item id here announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00; } end; }
  18. Yeah that how it works... Just modify those 3 files with Ur MySQL id password which is working... And Ull be sent run server
  19. Check packet obfuscation in src/config/core.h #define PACKET_OBFUSCATION
  20. Make sure your MySQL passwords are same as char_athena.conf and inter_athena.conf ,. Map_athena.conf in your confi/import folder
  21. He meant he can't run his server from vnc
  22. try starting your server in SSH, and look for errors
×
×
  • Create New...