Jump to content

Saisho

Members
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Saisho

  1. really interesting idea... for sure thats a lot of work but looks really cool
  2. even if its a request i think maybe this topic fall into script support?
  3. hmm but aside mess w/ the whole server theres a way to do it using a bonus in a item? i remember eathena never had it so instead we had to add dex/int/luk what also affect other points like cast/damage/crit.
  4. LevelUP games the company who host the official Ragnarok in brazil also started a pre-renewal server and i think theres more official servers doing the same, specially because theres many players who hate renewal *raise hand* i like the updates on it but not the game mechanics.
  5. maybe i messed up when changed the npc sprite. the only 2 things i did was change the sprite and move it to another location. another thing is i was thinking in a way too add a armor enchant option in this npc but it cant find a way to skip slots and prevent it to add the bonus in the wrong position. if someone can help w/ this i have the ores array
  6. hmm so OnClock find actual server hrs instead milliseconds? i still have to find out how to make the points thing. edit: is something i messed up or the script wont stop the disguise sequence until the number of wins match w/ the number rounds?
  7. can someone help me w/ a modification in the disguise npc that comes w/ the rathena? i want to know if theres a way to it start like 4 times a day only and if possible it sum points and give prizes to the person won more rounds.
  8. can someone pls explain me something... how do i add multiple checking parameters in a item script? i know that when i need to check same type like job i can use || but im not sure about something like this. like, bonus. (independent) bonus. (independent) if base int >= 90 add A% of B happen. if base str >= 50 and skill x <= 1 add y% of z happen. { if(readparam(bInt)>=90) { bonus3 bAutoSpellWhenHit,"B",lvl,A; } if(readparam(bstr)>=50||(getskilllv("x")<=1) { bonus3 bAutoSpell,z,lvl,y; } bonus; bonus; } { } { } [solved] another question, i know theres many bonus options in the athena files but theres any for improve an produce skill like forging or pharmacy? or maybe biocanibalize?
  9. oh thats cool thx now i try to find a new data folder and try the translation thing again
  10. yeah i noticed that i really need a new data folder, most of items dont have description or when it have its all messed up. thx for the links i will start reading it. about enchant is the new feature where the npc add an orb w/ random effect +1 to +?? to some armors... i know i can summon any orb and compound it but like a card it goes to a slot instead. so i was curious if theres any way to use commands to do the enchant since the script can Edit: sry having internet issues...
  11. hello, i was searching the forum but i still have a question. about the tabs i read that i need to change the favorite_tabs, even if i dont got how it works... but what about the rest? do i need a new data folder or something? im using: Renewel Data 2010-11-16 (links for Alexandria folder are all dead) 2012-04-10 Lub+src Files [Translated] 2012-04-10aRagexeRE everything else looks fine its just the partial translation that i have to fix... i think... err.. another question completely non related and misplaced just to avoid to open another useless topic... theres a GM command for enchant armor?
  12. oh it works!! tyvm :3 i still have a lot to learn xD
  13. thx for the reply i just dont see where the error is... i didnt touched the file at all, except the basic ip/id/pass config, i just downloaded and tried to add to the sql db. login#PickLog types (M)onsters Drop, (P)layers Drop/Take, Mobs Drop (L)oot Drop/Take, # Players (T)rade Give/Take, Players (V)ending Sell/Take, (S)hop Sell/Take, (N)PC Give/Take, # (C)onsumable Items, (A)dministrators Create/Delete, Sto(R)age, (G)uild Storage, # (E)mail attachment,(B)uying Store, Pr(O)duced Items/Ingredients, Auct(I)oned Items, # (X) Other, (D) Stolen from mobs, (U) MVP Prizes #Database: ragnarok #Table: picklog CREATE TABLE `picklog` ( `id` int(11) NOT NULL auto_increment, `time` datetime NOT NULL default '0000-00-00 00:00:00', `char_id` int(11) NOT NULL default '0', `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL default 'P', `nameid` int(11) NOT NULL default '0', `amount` int(11) NOT NULL default '1', `refine` tinyint(3) unsigned NOT NULL default '0', `card0` int(11) NOT NULL default '0', `card1` int(11) NOT NULL default '0', `card2` int(11) NOT NULL default '0', `card3` int(11) NOT NULL default '0', `unique_id` bigint(20) unsigned NOT NULL default '0', `map` varchar(11) NOT NULL default '', PRIMARY KEY (`id`), INDEX (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #ZenyLog types (M)onsters,(T)rade,(V)ending Sell/Buy,(S)hop Sell/Buy,(N)PC Change amount,(A)dministrators,(E)Mail,(B)uying Store #Database: ragnarok #Table: zenylog CREATE TABLE `zenylog` ( `id` int(11) NOT NULL auto_increment, `time` datetime NOT NULL default '0000-00-00 00:00:00', `char_id` int(11) NOT NULL default '0', `src_id` int(11) NOT NULL default '0', `type` enum('T','V','P','M','S','N','D','C','A','E','I','B') NOT NULL default 'S', `amount` int(11) NOT NULL default '0', `map` varchar(11) NOT NULL default '', PRIMARY KEY (`id`), INDEX (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #Database: ragnarok #Table: branchlog CREATE TABLE `branchlog` ( `branch_id` mediumint(9) unsigned NOT NULL auto_increment, `branch_date` datetime NOT NULL default '0000-00-00 00:00:00', `account_id` int(11) NOT NULL default '0', `char_id` int(11) NOT NULL default '0', `char_name` varchar(25) NOT NULL default '', `map` varchar(11) NOT NULL default '', PRIMARY KEY (`branch_id`), INDEX (`account_id`), INDEX (`char_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #Database: ragnarok #Table: mvplog CREATE TABLE `mvplog` ( `mvp_id` mediumint(9) unsigned NOT NULL auto_increment, `mvp_date` datetime NOT NULL default '0000-00-00 00:00:00', `kill_char_id` int(11) NOT NULL default '0', `monster_id` smallint(6) NOT NULL default '0', `prize` int(11) NOT NULL default '0', `mvpexp` mediumint(9) NOT NULL default '0', `map` varchar(11) NOT NULL default '', PRIMARY KEY (`mvp_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #Database: ragnarok #Table: atcommandlog CREATE TABLE `atcommandlog` ( `atcommand_id` mediumint(9) unsigned NOT NULL auto_increment, `atcommand_date` datetime NOT NULL default '0000-00-00 00:00:00', `account_id` int(11) unsigned NOT NULL default '0', `char_id` int(11) unsigned NOT NULL default '0', `char_name` varchar(25) NOT NULL default '', `map` varchar(11) NOT NULL default '', `command` varchar(255) NOT NULL default '', PRIMARY KEY (`atcommand_id`), INDEX (`account_id`), INDEX (`char_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #Database: ragnarok #Table: npclog CREATE TABLE `npclog` ( `npc_id` mediumint(9) unsigned NOT NULL auto_increment, `npc_date` datetime NOT NULL default '0000-00-00 00:00:00', `account_id` int(11) unsigned NOT NULL default '0', `char_id` int(11) unsigned NOT NULL default '0', `char_name` varchar(25) NOT NULL default '', `map` varchar(11) NOT NULL default '', `mes` varchar(255) NOT NULL default '', PRIMARY KEY (`npc_id`), INDEX (`account_id`), INDEX (`char_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #ChatLog types Gl(O)bal,(W)hisper,(P)arty,(G)uild,(M)ain chat #Database: ragnarok #Table: chatlog CREATE TABLE `chatlog` ( `id` bigint(20) NOT NULL auto_increment, `time` datetime NOT NULL default '0000-00-00 00:00:00', `type` enum('O','W','P','G','M') NOT NULL default 'O', `type_id` int(11) NOT NULL default '0', `src_charid` int(11) NOT NULL default '0', `src_accountid` int(11) NOT NULL default '0', `src_map` varchar(11) NOT NULL default '', `src_map_x` smallint(4) NOT NULL default '0', `src_map_y` smallint(4) NOT NULL default '0', `dst_charname` varchar(25) NOT NULL default '', `message` varchar(150) NOT NULL default '', PRIMARY KEY (`id`), INDEX (`src_accountid`), INDEX (`src_charid`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; #Database: ragnarok #Table: loginlog CREATE TABLE `loginlog` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; logs.sql
  14. thats my first try making a sql server (txt never was an issue sever side) and i was following both wiki and sharpienero tutorial and it went fine until i try to add the logs.sql... since i just started reading the basics of sql i have no idea what that means. can someone give me a hand w/ this?
  15. hello :3 i know its kinda lame make my first post as a request but i really need the script and idk how to make it. idk if thats possible but i need a npc that you punch in the item ID (any from db) plus amount and the npc add the chosen item/number to the char inventory. thats mostly to help low lvl gms w/ prizes and have some control over it since an npc can easily be turned on/off. if anyone can help me plz let me know :3
×
×
  • Create New...