Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/22/20 in all areas

  1. *gethotkeys({<char_id>}); Gets all the target's current hotkeys. If <char_id> is not specified, will attach to the current player. Sets the following arrays: @hotkey_type - Type of data in hotkey, 0 for items and 1 for skills @hotkey_id - ID of the skill/item @hotkey_lv - Skill Level/Item Amount @hotkey_pos - Hotkey position @hotkey_count - Returns the max hotkey count. --------------------------------------- *updatehotkey(<type>,<id>,<lv>,<pos>{,<flag>,<char_id>}); Updates a player's hotkey. <type> - 0 for item, 1 for skill <id> - Skill Name/Skill ID/Item ID(will only store skills/items you have) <lv> - Skill Level/Item Amount(will always store item amount player is holding) <pos> - Position of the Hotkey(0 is the first hotkey) <flag> - (Optional) 0 = Default 1 = Delete duplicate on the same row 2 = Delete duplicate on all rows <char_id> - (Optional)Target's Character ID. If not specified, will attach to the current player --------------------------------------- *clearhotkeys({<char_id>}); Clears the target's hotkeys. If <char_id> is not specified, will attach to the current player. Very useful for storing skill builds, can be used for custom atcommand to instantly change hotkey setup. Can also be used to immediately equip given skills/items, for example: NPC: prontera,150,150,4 script InstantEquip 80,{ skill "SM_BASH",10,0; updatehotkey(1,"SM_BASH",10,0); //Will Equip Bash to the first Hotkey getitem 501,50; .@flag = 1; //If 1 removes duplicate on the same hotkey row, if 2 removes duplicate on all the rows. updatehotkey(0,501,50,1,.@flag); //Will Equip Item: Red Potion to the second Hotkey end; } Items/Cards: 4044,Smokie_Card,Smokie Card,6,20,,10,,,,,,,,136,,,,,{ skill "TF_HIDING",1; updatehotkey(1,"TF_HIDING",1,2,1); },{},{ sc_end SC_HIDING; } //Sets Hide Lv1 skill on 3rd Hotkey 1135,Cutlas,Cutlus,5,20,,900,150,,1,0,0x000654E2,63,2,2,4,40,1,2,{ skill "SM_BASH",5; updatehotkey(1,"SM_BASH",5,1,1); bonus bStr,2; bonus bDef,1; },{},{} //Sets Bash Lv5 skill on 2nd Hotkey The player must have the Skill or Item in order to show in the hotkey bar. The max hotkey positions depend on your server's MAX_HOTKEYS, the default for client versions above 2009-06-17 is 38. 38 = 9 skills x 4 bars & 2 Quickslots Manual Download: hotkey_scripts.rar
    1 point
  2. If you would like to use your root account you can go straight to fluxcp installation guide below HOW TO MAKE SECONDARY MYSQL/PHPMYADMIN ACCOUNT FOR YOUR FLUXCP 1. I recommended to make a secondary account of mysql/phpmyadmin, for this step you need to login in your mysql/phpmyadmin as root and find the User Account in the upper 2. After you click the User accounts find the Add user account in the center left and press 3. After you click the Add user account make your User name and Password and make sure that you put in the Host name is Any host so that your web hosting can connect and now press the GO in the lower right 4. Now that you've added secondary account, all you have to do is press Database in the upper left 5. Once you get there look for your database and highlight it and press GO in the lower right 6. Check all selected database and press GO in the lower right 7. Now you have a secondary account HOW TO INSTALL FLUXCP 1. You need to download FluxCP and upload in your Web hosting File Maner /www/public_html/ 2. Goto your FluxCP config/ edit your applications.php ServerAddress This is your domain name like .com .net and etc.. BaseURL This is the path where your fluxcp located, if you used FluxCP Folder in /www/public_html/FLUXCP make sure your 'BaseURL' => '/FLUXCP', InstallerPassword You need this when you need to update your fluxcp or install 3. Goto your Fluxcp config/ edit your servers.php Hostname Your ragnarok server IP Username Your root/secondary username Password Self explanation Database Your ragnarok database 4. And now go to your domain.com to setup your FluxCP and put your InstallerPassword in your config/applications.php and press the Authenticate 5. After you authenticate your InstallerPassword you will need to login your root/secondary mysql/phpmyadmin account and press the Update FluxRO<- If you dont change the 'ServerName' in the config/servers.php 6. Congratulation your FluxCP is installed correctly
    1 point
  3. Problem came from Client-Side. Try you using https://github.com/llchrisll/ROenglishRE
    1 point
  4. Hey there! Thanks for your kind words. Unfortunately no, my simplified release replaces the current (official) aura instead of adding a secondary set. There are two things you can do in a somewhat work-around sense though. 1. A free solution would be to store my simplified auras in a secondary GRF (i.e name it Simplified.grf). Whenever you want to make screenshots, just launch your client without your DATA.ini reading that secondary (Simplified) GRF. Unfortunately though, this would still require you to relog (and prevents spontaneity). 2. Alternatively, and probably more what you're looking for, would be to purchase @Functor's aura mod. It has commands like @show_auras that can toggle auras on and off. Also instead of replacing existing auras, your clients gets a set of 100+ new ones. I highly recommend the beautiful mod! Good luck. ?
    1 point
  5. you must install secret's web service for 2020 newer clients for now. https://github.com/secretdataz/athena-web-service
    1 point
  6. solution is to add new user on phpmyadmin with adding my webhosting IP on host box, after that edit my server.php on flux config files all done problem solve thanks to @Sans
    1 point
  7. haha actually it's already solved with the changed damage from only 1 to 7... i realized it just then that my novice didn't use knife when attacking the ant egg (forgot to equip)..so when it hit with a knife, the damage increase to 15 and 17 without buff (blessing)..and increasing again to 20-22 when using buff (blessing)... thanks so much to all who have helped me with so much effort... THANKS!! bro, many thanks to you..it worked no problem , if you want over damage , use this open your src > map > battle.c find this //Adds dmg%. 100 = +100% (double) damage. 10 = +10% damage remove the "//" and you can edit on the define ATK_RATE/RATE2 or everything you see there.
    1 point
×
×
  • Create New...