Jump to content

Leaderboard

Popular Content

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

  1. it depends on the file. you need to find the path for all css file but you can edit it direct on the file by using the code above
    1 point
  2. File Name: WhoisCommand.txt File Submitter: keitenai File Submitted: 31 July 2017 File Category: Utility Script Content Author: keitenai Information: Admins or GMs mostly find it hard to track a player when certain player has many accounts created with many characters on each accounts. I too had this problem so I made this script to simplify tracing a player with a simple @ whois command. How does it work? By typing the complete player's name after the command ( @ whois name of player ) will trigger sql searching for accounts which is linked to the player's IP address. Tracking is limited to last IP used by the player so this script is not capable of completely identifying all accounts of the player if a player use a different IP on a different account. Features: NO src editing needed! Able to track account IDs, Character Names, and current online character on an account. Script LINK: https://github.com/keitenai/keitenai/blob/master/WhoisCommand.txt Give me hugs and kisses if you find this useful
    1 point
  3. you need to edit the css file. or try to put on the code margin-left: 500px or -500px it depends on location you want *margin-left: 500px !important; make sure you put !important to overwrite the css on the logo position
    1 point
  4. Assuming renewal, ATK1 is their ATK, and ATK2 is their MATK. I can't believe they still haven't fixed the documentation in a whole year. INT and STR (and whatever else present in the formulas) affects the appropriate stats, this is the value of additional attack/magic attack on top of what comes from the monster's stats and level. Kinda like equip atk for a player. Min and Max values are also calculated, you can't set them. Stat recalculation (after a script command sets them) was not working correctly, so if you're trying to do that, you'll have to fix the source first. Most importantly, script commands to read and write the stats don't set the numbers you expect them to and/or set something that makes no sense (for example yes, you can set max atk from script but then next time it's calculated the value will be replaced so that's pointless. )
    1 point
  5. The project is close to completion. I still have to integrate the lua library and write the source for updating an existing itemInfo file. I don't know if anyone was able to get this project to work by themselves. If so, then I would love to hear your feedback. I have attached a text file containing the item descriptions generated by i2d. (using the renewal item database from dd0842) If you are interested in this project, then feel free to message me. I want to make this project easy to use, accessible, and free for everyone. output.txt
    1 point
×
×
  • Create New...