Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/18/15 in all areas

  1. NOTE: Don't forget to import 2 sql files. ipbanlist_upd.sql to update `ibanlist` table in database that used for login-server and ipbanlist_log_upd.sql to create new table for IP Ban log `ibanlist_log` in database that used for log database Maybe still some stuffs that need to be optimized and cleaned. NOTE: Don't be scammed by the file name Scrennies: Download: @ipban_3.0.1-rA-20150914-d1f94700.diff [spoiler=old releases]@ipban_3.0.diff
    1 point
  2. Hello everyone I am here to contribute in this forum. I am releasing my GvG Script to the public in able to enhanced and be improved. This script will help you lessen the work on having GvG/Team Vs GvG/Team Event. I hope some good script makers will help me simplify my work. Thank you !! I hope we can also revised it to automated script. GvG Event Script.txt
    1 point
  3. Bleach Soul System Descrição: The system allows the player to free your "soul". With this, a player can have 2 chars in one. Skills, Jobs, Equips, Stats, and etc. Creator: Zell (Do not distribute without my concern) Demo: Tested Emulators: rAthena and rAthena Mod Cardinal Sample NPC prontera,150,150,5 Script Rukia 90,{ mes "Hello, What do you want?"; switch(select("- Became a Shinigami:- Became Human")){ case 1: close2; callfunc "dreamin"; end; case 2: close2; callfunc "dreamout"; end; } end; } Warning: The scripts its nos optimized, it's the old version alpha from my backups. If someone wish to optimize this, go ahead. Its a simple script. Any error please, tell me. And give your feedback and I will bring more news. - SQL - CREATE TABLE IF NOT EXISTS `char_dream` ( `char_id` int(20) NOT NULL, `str` int(20) NOT NULL, `agi` int(20) NOT NULL, `vit` int(20) NOT NULL, `int` int(20) NOT NULL, `dex` int(20) NOT NULL, `luk` int(20) NOT NULL, `class` int(20) NOT NULL, `level` int(20) NOT NULL, `joblevel` int(20) NOT NULL, `arma` int(20) NOT NULL, `escudo` int(20) NOT NULL, `cima` int(20) NOT NULL, `meio` int(20) NOT NULL, `baixo` int(20) NOT NULL, `robe` int(20) NOT NULL, `roupa` int(20) NOT NULL, `cabelo` int(20) NOT NULL, `StatusPoint` int(10) NOT NULL, `skill_point` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `char_store` ( `char_id` int(20) NOT NULL, `str` int(20) NOT NULL, `agi` int(20) NOT NULL, `vit` int(20) NOT NULL, `int` int(20) NOT NULL, `dex` int(20) NOT NULL, `luk` int(20) NOT NULL, `class` int(20) NOT NULL, `level` int(20) NOT NULL, `joblevel` int(20) NOT NULL, `arma` int(20) NOT NULL, `escudo` int(20) NOT NULL, `cima` int(20) NOT NULL, `meio` int(20) NOT NULL, `baixo` int(20) NOT NULL, `robe` int(20) NOT NULL, `roupa` int(20) NOT NULL, `cabelo` int(20) NOT NULL, `StatusPoint` int(10) NOT NULL, `skill_point` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; bleachsoul.txt
    1 point
×
×
  • Create New...