Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/20/24 in all areas

  1. Version 1.0.4

    32 downloads

    Discounted sales through my discord: maycrys Vendas com desconto através do meu discord: maycrys Link Demonstration: http://maycrys.neohost.tec.br/ Theme with support for ‘en_us’ and ‘pt_br’ languages. Responsive theme. News system on the homepage with categories. Ranking: showing images of each class. (Attention) Only images from classes 2-1 were added, if you want to add more images, follow the example in the configuration file 'SeuRo/config.php' Guild: displays only the occupied castles, with the Guild name and Emblem. The download file contains a manual with all the installation steps! PHP version used: 8.2.12 ----------------------------------------------------- Link para demonstração: http://maycrys.neohost.tec.br/ Tema, com suporte as linguagens 'en_us' e 'pt_br'. Tema responsivo. Sistema de noticias na pagina inicial, com categorias. Ranking: mostrando as imagens, de cada classe. (Atenção) Foi adicionado somente as imagens das classes 2-1, caso queira adicionar mais imagens siga o exemplo, no arquivo de configuração 'SeuRo/config.php' Guild: exibe somente os castelos ocupados, com nome da Guild e Emblema. Dentro do arquivo de download, contem um manual com todos os passo a passo de instalação! Versão do PHP utilizado: 8.2.12
    85.00 USD
    1 point
  2. ****OFFLINE BATTLE MODE SYSTEM**** Auto Attack Auto Potion Auto Skill Auto Buffs Auto Consumables Auto Teleport/Fly Wing Mob ID Target Assist Mode - Autoattack with no random walk Auto Disconnect after 2 Hours Can limit 1 offline auto attack per IP 2024-12-20 17-32-20.mp4
    1 point
  3. If there is an NPC with "set" in the hidden part of its name then duplicate NPCs without set in their name are buffers and ones with it are setters. Granted in retrospect this is a little annoying because you can only ever have the two system or the one system on a server never both via duplicates. Here is an example of a setter NPC. // Any duplicate npc with a hidden name that contains "set" will be considered a buff setter. For Example, set1, set2, or setting are all valid hidden names. // To enable one-npc-mode where double clicking on the same npc allows for buffs to be changed. Just remove all duplicate npcs with "set" in their hidden names. prontera,152,150,4 duplicate(Buffer) Buff Setter#set 100
    1 point
  4. delete older sql and run this sql in phpmyadmin CREATE TABLE `reward_codes` ( `promo` varchar(26) NOT NULL DEFAULT '', `nameid` int UNSIGNED NOT NULL DEFAULT '0', `item_name` varchar(50) NOT NULL DEFAULT '', `amount` smallint UNSIGNED NOT NULL DEFAULT '0', `time_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `limit` int UNSIGNED NOT NULL DEFAULT '0', `pool` int UNSIGNED NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; CREATE TABLE `reward_logs` ( `account_id` int UNSIGNED NOT NULL DEFAULT '0', `last_ip` varchar(15) NOT NULL, `code` varchar(26) NOT NULL, `redeem_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `claim` int NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; Please let me know if this code doesn't work
    1 point
  5. When in doubt about which rate to keep on the server, I ended up creating a command for GMs to change the server rates and announce the rates to everyone if changed. Note: the language is in Brazilian Portuguese, feel free to modify the texts to your language. The script working: !!Don't forget to add the folder into "rAthena/npc/scripts_custom.conf"!! changerates.txt
    1 point
×
×
  • Create New...