Jump to content

Sallycantdance

Members
  • Posts

    798
  • Joined

  • Last visited

Everything posted by Sallycantdance

  1. hello i would like to ask how to disable this multi channel #global #main #trade #support Thanks in advance
  2. function script CustomBox { setarray .i1[0],909,910; // Common Items set .i1rand,rand(0,1); // Randomize Common Items; just change max amount if you add items setarray .i2[0],911,912; // Rare Items set .i2rand,rand(0,1); // Randomize Rare Items; just change max amount if you add items setarray .i3[0],2199,1599; // Super Rare Items set .i3rand,rand(0,1); //Randomize Super Rare Items; just change max amount if you add items set .chance, rand(100); // Super Rare Item 1% if (.chance == 1){ getitem .i[.i3rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Rare Item 50% else if (.chance <= 50 && .chance >= 11){ getitem .i[.i2rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Common Items else { getitem .i1[.i1rand],1; end; } }
  3. 1st make a custom box if you want box in this example i use egg scroll in your db/import/item_db.yml - Id: 12654 AegisName: Lucky_Egg_C9 Name: Lucky Egg C9 Type: Usable Buy: 20 Weight: 10 Flags: Container: true Trade: Override: 100 NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true Script: | getitem callfunc("F_Rand",14003,12221,12208,14592,12210,12211,7621,7776),1; 2nd in your db/item_db.yml.txt 12654,Lucky_Egg_C9,Lucky Egg C9,2,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Lucky_Egg_C9); },{},{}
  4. try checking your conf/motd.txt
  5. check your\conf\import char_conf.txt inter_conf.txt map_conf.txt check the user and password also the db if its match in the database
  6. hello try this commands 1. "scl enable devtoolset-7 bash" 2. "./configure" 3. "make clean" 4. "make server"
  7. hello thanks but where in the script exactly can i put this no error but its not working still getting hourly points while in autotrade mode okay sir thanks anyway ? thanks master your the best!
  8. hello i want to disable hourly points in characters who are in autotrade mode can anyone had an idea to do it thanks in advance heres the Script:
  9. use your current sql user password follow this guide Install on Centos · rathena/rathena Wiki · GitHub
  10. /conf/login_athena find this line: // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 change: group_id_to_connect: -1 to : group_id_to_connect: 99 only gm 99 can login ,save then restart your server
  11. i think you dont need to check for item count because you already have the script for weight check so if ithe item counts will exceed in weight it will already detect it ow i see got interested to this topic hope someone help you
  12. Utility: @AnalyzeItem count item in your server - Utility Script Releases - rAthena
  13. hahahaha its under /conf/login_athena // Create accounts with limited time? // -1: new accounts are created with unlimited time (default) // 0 or more: new accounts automatically expire after the given value, in seconds start_limited_time: -1 hahaha try to make cards for your server the players need to load hahaha just like old days
  14. hello everyone i would like to ask if you encounter this error and how can i fixed it thanks in advance
  15. hello i would like to ask regarding about itemshower script the normal players can also use the commands how can i set this for only gm 99 thanks
  16. salamat idol hehe solved na boss hehe
  17. hello i would like to ask i already set up my fluxcp web in my vps its already connected and have permission but when i buy a domain name and link to it the fluxcp 277 errors occurs again but if my vps domain name or ip im using its not asking for permission .
  18. idol meron kabang tutorial sa pag set up ng dns zone salamat big fan here
  19. hello sir this one do you have some guide for here 1) if your question how to link your ip to your domain you need to edit your DNS in your domain manager and point your ip address, example from 51,.12.123.312 to www.ragnarok.com
×
×
  • Create New...