Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/30/2021 in Posts

  1. 2 points
    PKOdev.NET website for Tales of Pirates Server Hello friends! I want to share with you a website for your own Tales of Pirates server. Features 1) News management; 2) Server rules page; 3) Downloads; 4) Player rankings (by experience, by gold, by number of guild members); 5) Game account registartion with activation by email; 6) Game account restore by email; 7) Game database of monsters and items; 8 ) Donations page; 9) Server status and statistics, GM online; 10) Account management (account information, characters, password/email/pin change); 11) Offline Stall Server extension to view stalls and search items. Requirements 1) Web server; 2) PHP version 7.0 and above; 3) Enabled PDO extension with sqlsrv and sqlite drivers. Installation 1) Put website files to the working directory of your webserver; 2) Configuire file config\inc.config.php. The file is very well commented, so you shouldn't have any problems configuring it; 3) The site uses the Smarty template engine to easily change the appearance. All HTML templates are stored in templates folder; 4) You can find email templates are in templates\email folder. Some pictures Download 1) Google Drive Credits All credits and copyrights belong to @Billie and Kingdom Pirates Online team. If you have any questions or problems related to the website, then feel free to contact them!
  2. 1 point
  3. 1 point
    Give top-recode a try, https://gitlab.com/deguix/top-recode
  4. 1 point
    you need different VSs its like - 1 lib iwth 2008, 2 libs 2013, main exe 2003, etc
  5. 1 point
    replace this with this: 123 Stealth 1 9,10,12;10,10 it seems like you want it to work on the 15th slot, which doesn't come out of the box, you need to check for it separately. find cha_timer function inside function.lua & insert this. local emblemSlot = GetChaItem(role, 2, 14) local emblemID = GetItemID(emblemSlot) if (emblemID == 3086) then AddState(role, role, EMBLEM_STATE, 1, 5) else if GetChaStateLv(role, EMBLEM_STATE) ~= 0 then RemoveState(role, EMBLEM_STATE) end end in variables.lua add this EMBLEM_STATE = 240
  6. 1 point
    top-recode discord channel: https://discord.com/invite/uwcR74E I recommend joining the channel. Most developers working on any variant of the source code should be able to answer many of your questions. After all, they are all derived from the same source code in the end.
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...