Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/23/20 in all areas

  1. View File Item Trader - as requested This is a reply from this post : Can trade multiple item with success or fail rates. // < ITEM FOR TRADE >, < AMOUNT >, < ITEM TRADED >, < AMOUNT >, < SUCCESS RATE >.. setarray .@trade, 501, 10, 502, 1, 50, // 10 red potions = 1 orange potion @ 50 % 601, 10, 902, 1, 100, // and so on.. @ 100% 701, 10, 702, 1, 75; // 75% I will fix any old scripts that arent working as of date. Just leave me DM so I can check. I dont attend any modifications unless I am interested to add it myself. I also work for free for the interest of many. If you have any personal request for your own personal work and asking for free fix, i will ignore you right away. Thanks and enjoy! Submitter Mabuhay Submitted 11/10/2019 Category Utilities Video Content Author Mabuhay  
    1 point
  2. Preview : Download : Bet.txt Introduction : Click NPC, set how much, type enemy's name, and wait for answer. This is a simple script, so I think I don't need to talk too much.
    1 point
  3. remove all cp_ tables... then rename your server name in config/servers.php OR just remove all the FluxCP files and reinstall again.
    1 point
  4. this is the error message: Duplicate column name 'use_existing' check your cp tables
    1 point
  5. .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) { dispbottom .@atcmd_command$+" failed in PVP/GVG maps"; end; }
    1 point
  6. Try restart server ? Maybe you are using @reloadskilldb which have issue if you're using older than github latest commit right now.
    1 point
  7. style = " margin-left: 500px !important; " if you dont have knowledge in css, check this website https://www.w3schools.com/w3css/
    1 point
  8. Issued hotfix for kRO Zero (2.4.24.807), updates kRO Zero patch information.
    1 point
  9. i told you to direct it to the file of the logo.. header.php or etc..
    1 point
  10. This is the one Echo made out of my script you will get additional stats when you rebirth
    1 point
  11. Simple Rebirth System based off of Diconfrost Vanz's script. This script will track the # of Rebirths completed by character starting at 0 being base. On first attaining Novice High you have 100 stat points to distribute, with this upon rebirth to novice high for the first time you will have (1*bonus stat setting) + the 100 you normally get upon achieving novice high. Formula is ((#Rebirths*Statbonus) + 100) Setup is found at the top under header. set .@cost, 5000000; //Cost for Rebirth set .@blvl, 500; //Minimum Base Level for Rebirth set .@bstats, 200; //Bonus stats per rebirth Change these to fit your server. Requires you to be atleast high novice before being able to rebirth, this can be changed if needed just look for : if (Class < 4001) goto R_Sorry2; change 4001 to desired value of class. Rebirth.txt: Mirror: http://pastebin.com/PfW6KrTg
    1 point
  12. View File Smokey @hide //===== rAthena Script ======================================= //= @hide //===== By: ================================================== //= Akkarin //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Adds some sexy purple smoke to the @hide command. //= Default to @ and # commnd level 99. Feel free to change. //============================================================ //= This is based off an ancient src edit to the @hide command, but for the life of //= me i can't find it so it's now in a script, so src edits aren't required. //============================================================ Submitter Akkarin Submitted 04/19/2018 Category Utilities Video Content Author Akkarin  
    1 point
  13. This is a map I've made for a new system for my server. I hope you like it! Opinions and suggestions to improve it are welcome! P.S.: I think I'm going to add some tapestries over the empty walls
    1 point
  14. find this in your warp menu category Restrict("RE"); and remove it.
    1 point
×
×
  • Create New...