Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. Dobt really understand what you mean by ragnarok shield? May be you meant anti cheat shield, If so you can cantact shield providers and they will help you with the setup probably
  2. You can also just use item_trade.txt in db which makes item bound
  3. Okie my bad, my server dont have this table xD
  4. Dont forget to set quest to 0 when party kicked out from map, else it will show party inside forever
  5. there is plenty of existing posts to know how to change this stuff, you can just search in google "how to change loading screens rathena" here is one link i searched for you
  6. if(.5towereparty==1) mes "I'm sorry but another party has entered map already!"; else{ warpparty "5@tower",0,0; set .5towereparty,1; close; } you can try this
  7. Try checking your folder permissions, it might not allowing patcher to read those files
  8. If you are referring to auto trade in one certain map Fine this in misc.conf And place mapflag autotrade for the map you want // Allow autotrade only in maps with autotrade flag? // Set this to "no" to allow autotrade where no "autotrade" mapflag is set. // Set this to "yes" to only allow autotrade on maps with "autotrade" mapflag. at_mapflag: yes
  9. Cyro

    Drop Rate

    try @reloadbattleconf or restart server
  10. Cyro

    Drop Rate

    item_rate_card: 1000 item_rate_card_boss: 500 item_rate_card_mvp: 200 item_drop_card_min: 1 item_drop_card_max: 1000 find this and replace the values, suggestion - use the code box in future which look clean xD
  11. you cannot remove cash button by script, it must be removed by client diff
  12. Cyro

    Need help!

    Replace qurysql with getitem, setzeny getitem @RewardID, @RewardQNT; set Zeny,Zeny+@RewardZeny
  13. You can copy and use mob sprites using mob_avil.txt in your db, read documentation guidelines for more details
  14. Yes, you can use whisper to bank npc or npc script with bindatcommands @bank @withdrow @deposit There is a bank script made my "deady science" Try searching script release section to find suitable one for you This is the link for script i mentioned above
  15. Cyro

    R> @lgp

    its from function the same guy who deal with gepard also sell lgp, contact him for more details
  16. Thank you for the reply akkirin i tried this, and when tried to start "start server" applocation i got an error "there was an error launching this application" any solution or can u link me any guide
  17. i think some sql tables are missing. try looking which tables are missing and add them or alter them
  18. Hi there, so ive been running my server without any ui interface with linux system coz of ram consuming issues, so now i have shifted my server to dedicated server which is having 32gb and installed VNC so it would be easy to monitor with screen command easily, so everything working fine just want to know how to install this shortcut icons in Vnc as attached below(so need not to open terminal everytime i need to restart server) , i tried searching reading guides but unable to find something related to it , so someone can help me to redirect me to proper guide? or some instructions would be appreciated TIA
  19. you need to add ssl certificate for SSl Certificate provider as an example
  20. You might be missing you. Bmp files in ur grf Make sure you have those files which shows up while vending
  21. it would be possible to check if u can post script
  22. well i already told you how to it! just open your client using hex editor, click ctrl+f select text string, enter your server name and change it, JUST DONT USE BACK SPACE
×
×
  • Create New...