Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. Cyro

    Map

    open using GRF tool and open your grf and import your maps to data folder inside your grf
  2. it was always been advantage with ram usage with hercules, other then plugin system, which people love who especially cry on src like me, aparty from this two rathena is best, as it going to upgrade to c++ and lot more
  3. Mind showing us ram usage?
  4. for my own server i made a system called "helpers team" who ever be active on #main and tend to help players most of the time and be active much time will be offered to join helpers guild, (only non-doners) helpers guildis gets new accounts with new new char with some commands like @jumpto (thats the only op command) so they can warp to any player and speak with them directly if any issues which cannot discussed on #main this guild keep reporting gm group about the issues they get at the end of the day how ever this group cannot trade/kill mobs/pvp <---- most of them will be filtered here so who ever really passionate about being helper in helpers guild will be promoted to support/event gm (which was closely monitored for months) once they became gms their all other accounts will be banned, all this process gave me good gm team, mostly i dont even need to login much into the game i believe experienced players can be good gms since they already knew all systems and flows and they can suggest for betterment's from players view so i never recruit gms from anywhere else other then game
  5. Judas last active date was feb 25 it makes no sense commenting here , try https://rathena.org/thirdpartyservices/ February 25 February 25 February 25
  6. i sense this is resource issue, you using 1gb ram? and what is the version of rathena you using? pretty sure this issue will be solved if you upgrade it to one gb ram and also check ram when stopped while loading npc's scripts at some point
  7. Cyro

    Special Buffs

    just tested and its working
  8. yes i didnt notice that, my bad, ill try to read something regarding this but i have feeling its up with your vps, not rathena
  9. before starting rathena it wont consume your ram, after loading rathena it will use ram and gives you errors what is you ram?
  10. this happens when you run out ram memory , try upgrading your ram
  11. Cyro

    Ragna Items

    you can me your custom item using any editing software you like, like photoshop or pixal editors you need to convert those files to .spr and .act using then you can use them for ragnarok read this guide
  12. Vote points updating in your mysql cl tables?
  13. Add this Set @sold_nameid itemid;
  14. prontera,193,236,0 warp payon 2,2,payon,235,324 if you meant warp portal script try this
  15. try reading this, https://github.com/rathena/rathena/wiki/diff
  16. you diffed your src with the .diff file without any errors?
  17. cant you elaborate your question ?
  18. A third party group which they call them selves andro provides android ro services to ragnarok servers http://roworkshop.com/andro/main/faqso.html It costs 400usd for starting, with bunch of bugs Each time they solve sone bug, they charge around 50usd, and provide newer versions of Android apk Which comes with a bunch of new bugs, http://roworkshop.com/andro/main/priv-changelog.html
  19. Log into cPanel. Click the "Password & Security" button in the Preferences section. You will then be able to change your password by filling in the fields, and clicking the Change your password now! button. Be sure to use a strong password. login to phpmyadmin click change password or login to ssh run this commands mysql -u root -p enter your old password use mysql; it will take your to mysql> the run this commands update user set password=PASSWORD("newpass") where User='ENTER-USER-NAME-HERE'; flush privileges; dont forget to update your mysql passwords in fluxcp and server files
  20. new_3-1,58,114,4 script Freebies 832,{ mes "[Freebies NPC]"; mes "Welcome to Server Name!!"; if ( #NewbieGift > 0 ) goto Recieved; mes "Here's your freebies!"; getitem 12214,5; getitem 12210,5; getitem 12263,5; getitem 5826,1; getitem 569,30; getitem 12323,20; set #NewbieGift, 1; next; mes "Please select your class specific freebies that you want to get:"; switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) { case 1: mes "[Freebies NPC]"; mes "Here's your freebies for Swordsman class"; rentitem 13945,604800; goto Message1; end; case 2: mes "[Freebies NPC]"; mes "Here's your freebies for Archer class"; rentitem 13948,604800; goto Message1; end; case 3: mes "[Freebies NPC]"; mes "Here's your freebies for Mage class"; rentitem 13946,604800; goto Message1; end; case 4: mes "[Freebies NPC]"; mes "Here's your freebies for Acolyte class"; rentitem 13947,604800; goto Message1; end; case 5: mes "[Freebies NPC]"; mes "Here's your freebies for Merchant class"; rentitem 13949,604800; goto Message1; end; case 6: mes "[Freebies NPC]"; mes "Here's your freebies for Thief class"; rentitem 13950,604800; goto Message1; end; } Message1: mes "[Freebies NPC]"; mes "Start your awesome journey today."; mes "If you need help. Please use @request / search for Game Staffs. Thank You."; close; Recieved: mes "[Freebies NPC]"; mes "You already recieved a freebies."; close; }
  21. i noticed you making posts for basic stuffs also, which you can actually do it yourself by reading or just searching google i suggest you to read much doc files before making posts, making post may solve your issues temporarily but learning everything makes you and your server better regarding your script find getitem and change it to rentitem itemid,duration(in seconds); for example rentitem 5826,604800; (604800 seconds for a week) and there it makes no sense making usable as rentals
  22. modify and redistributing any content which is copyrighted may get you into trouble, a lot of copyrighted content is downloadable from internet , even those websites like google,youtube states "content may have copyrights" as long as the content you are trying to use not copyrighted (or at-least not copy righted to distribute in your country) you are safe to use (most of the anime is japan copyrighted? make yourself sure about it) creating private ragnarok server using rAthena emulator is safe since rAthena is public licensed under GNU However, the distribution of Gravity's game client, modified to work with private servers, is against international trademark and copyright laws as per the Berne Convention. Gravity's RO client is 'free' to download and use, not 'free' to modify and re-distribute.
×
×
  • Create New...