Jump to content

Aureon

Members
  • Posts

    281
  • Joined

  • Last visited

Everything posted by Aureon

  1. Aureon

    Event Ranking

    Sad. The file you posted seems not working.
  2. Installing FluxCP theme: - Add your custom theme on your "themes" folder - Edit application.php, on line '14' which is "ThemeName" and add your custom theme. 'ThemeName' => array('default', 'bootstrap', 'YOURCUSTOMTHEMEHERE'), - Save and reload your page. You can now change your theme located at the bottom of the your website.
  3. Try editing your db/skill_copyable_db.txt
  4. Doesn't work oops, sorry. its char_reg_num_db please do edit it.
  5. global_reg_value db no longer exist, you should replace this to char_reg_num since "brokeemp" is a permanent character variable.
  6. Kindly post your WoE SE script here *note: use code box for posting script*
  7. i mean, you should put that file on your RO Folder/System/PetEvolutionCln.lub and achievement_list.lub
  8. Question: Did you patch those packet keys you stated on your client using NEMO patcher?
  9. I believe that you missed to add curleys at the last part of the code. Base on the image you provided, you should do it like this. [30002] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { }, identifiedDisplayName = "", identifiedResourceName = "", identifiedDescriptionName = { }, slotCount = 0, ClassNum = 0 }, } function itemAdder(curTable, refTable) for ItemID,DESC in pairs(curTable) do
  10. Aureon

    SQL ERROR

    This is the correct format for char table. CREATE TABLE IF NOT EXISTS `char` ( `char_id` int(11) unsigned NOT NULL auto_increment, `account_id` int(11) unsigned NOT NULL default '0', `char_num` tinyint(1) NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `class` smallint(6) unsigned NOT NULL default '0', `base_level` smallint(6) unsigned NOT NULL default '1', `job_level` smallint(6) unsigned NOT NULL default '1', `base_exp` bigint(20) unsigned NOT NULL default '0', `job_exp` bigint(20) unsigned NOT NULL default '0', `zeny` int(11) unsigned NOT NULL default '0', `str` smallint(4) unsigned NOT NULL default '0', `agi` smallint(4) unsigned NOT NULL default '0', `vit` smallint(4) unsigned NOT NULL default '0', `int` smallint(4) unsigned NOT NULL default '0', `dex` smallint(4) unsigned NOT NULL default '0', `luk` smallint(4) unsigned NOT NULL default '0', `max_hp` mediumint(8) unsigned NOT NULL default '0', `hp` mediumint(8) unsigned NOT NULL default '0', `max_sp` mediumint(6) unsigned NOT NULL default '0', `sp` mediumint(6) unsigned NOT NULL default '0', `status_point` int(11) unsigned NOT NULL default '0', `skill_point` int(11) unsigned NOT NULL default '0', `option` int(11) NOT NULL default '0', `karma` tinyint(3) NOT NULL default '0', `manner` smallint(6) NOT NULL default '0', `party_id` int(11) unsigned NOT NULL default '0', `guild_id` int(11) unsigned NOT NULL default '0', `pet_id` int(11) unsigned NOT NULL default '0', `homun_id` int(11) unsigned NOT NULL default '0', `elemental_id` int(11) unsigned NOT NULL default '0', `hair` tinyint(4) unsigned NOT NULL default '0', `hair_color` smallint(5) unsigned NOT NULL default '0', `clothes_color` smallint(5) unsigned NOT NULL default '0', `weapon` smallint(6) unsigned NOT NULL default '0', `shield` smallint(6) unsigned NOT NULL default '0', `head_top` smallint(6) unsigned NOT NULL default '0', `head_mid` smallint(6) unsigned NOT NULL default '0', `head_bottom` smallint(6) unsigned NOT NULL default '0', `robe` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `last_map` varchar(11) NOT NULL default '', `last_x` smallint(4) unsigned NOT NULL default '53', `last_y` smallint(4) unsigned NOT NULL default '111', `save_map` varchar(11) NOT NULL default '', `save_x` smallint(4) unsigned NOT NULL default '53', `save_y` smallint(4) unsigned NOT NULL default '111', `partner_id` int(11) unsigned NOT NULL default '0', `online` tinyint(2) NOT NULL default '0', `father` int(11) unsigned NOT NULL default '0', `mother` int(11) unsigned NOT NULL default '0', `child` int(11) unsigned NOT NULL default '0', `fame` int(11) unsigned NOT NULL default '0', `rename` SMALLINT(3) unsigned NOT NULL default '0', `delete_date` INT(11) UNSIGNED NOT NULL DEFAULT '0', `moves` int(11) unsigned NOT NULL DEFAULT '0', `unban_time` int(11) unsigned NOT NULL default '0', `font` tinyint(3) unsigned NOT NULL default '0', `uniqueitem_counter` int(11) unsigned NOT NULL default '0', `sex` ENUM('M','F','U') NOT NULL default 'U', `hotkey_rowshift` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`), UNIQUE KEY `name_key` (`name`), KEY `account_id` (`account_id`), KEY `party_id` (`party_id`), KEY `guild_id` (`guild_id`), KEY `online` (`online`) ) ENGINE=MyISAM AUTO_INCREMENT=150000;
  11. You need to have this on your RO folder. Click Me
  12. You need to have this. Click me
  13. Aureon

    Event Ranking

    bump? Event will be triggered every hour Event will last for 5 minutes Once the event started, it will summon a lot of poring Every time the player kills a poring, they gain 1 point At the end of the event, rankings (1st, 2nd and 3rd) will be announced and can be displayed in the NPC. If the player ranked as 1st - the player can get his reward (ex: Gold Coin) in the NPC. If the player ranked as 2nd - the player can get his reward (ex: Silver Coin) in the NPC. If the player ranked as 3rd - the player can get his reward (ex: Bronze Coin) in the NPC. Once the event will be triggered to start again, the rankings will reset.
  14. Aureon

    Event Ranking

    If you give me details I can add this to my autoevent script for you If you give me details I can add this to my autoevent script for you @stolao: wow! you are now a script dev~ congrats! @topic: For example, Kill the Poring Event. Thank you in advance!
  15. Aureon

    Event Ranking

    after the event, the rankings in the NPC will show 1st - prize: gold, 2nd - prize : silver, 3rd - prize: bronze... once the event will be triggered to start again, that's the time the ranking will automatically reset. can anyone please share this script to us?
  16. Can anyone make this? This is also an important script especially for events. for example, an event that kills a summoned poring and will rank 1st, 2nd and 3rd using EVENTPOINTS (as the permanent char variable) query using sql. whoever will be ranked 1st will receive -> 1 gold coin whoever will be ranked 2nd will receive -> 1 silver coin whoever will be ranked 3rd will receive -> 1 bronze coin Please share this to everyone, thanks!
  17. Aureon

    SG warmth

    1st question: How to enable star gladiator warmth of the XXX on all maps? without using "feeling" skill. 2nd question: How to change the trigger time of the warmth? I don't know where this topic belongs, so i posted it here.
  18. Aureon

    Instances

    There's no other reason why the scripts won't be added coz those are from official server. Hoping for any development progress for this suggestion.
  19. Aureon

    Instances

    [sUGGESTION] Mind about implementing other instances like at the official servers? Such as: - Faceworm Nest - Devil's Tower - Horror Toy Factory - Sarah's Memories and etc...
  20. 2014-10-22b is the latest supported client for rA, and this client ain't stable for now.
  21. You might be questioned by IPB regarding license issue, better go directly to their website.
  22. This? @loadnpc <path> @unloadnpc <npc name>
  23. Aureon

    Issue

    Kindly refer to this error. Set your username and password in your map_athena.conf as well as in char_athena.conf synchronize it with the one you put on sql.
×
×
  • Create New...