Jump to content

Wafflebutt

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wafflebutt

  1. OK first: Your exe is not correctly diffed. Something messed up your exe. To your questions: 1. No, the files are in your grf files anyway. Your files are the translation files. 2. If you want other peoples to have translations: yes 2.1. It wouldn´t destroy your Server. It could destroy their client tho... 2.2. If you diffed it with the rename option: yes otherwise: no 2.3. Patcher? Make your data folder into a grf, maybe? Sclientinfo without localhost.
  2. Solved by myself >_> ----------------------------------- Hi there rAthena! I know how to make a player like mob. I also know how to make a player like mob spawn smaller than the mob usually is. But I don´t know how I can make a mini player like slave Q_Q I want a mob to summon slaves. These slaves should be @size 1 and look like a player (mob_avail). So my question is how to do it? Is it possible via mob_skilldb? Summon 196 MobID and add 20000 (or 10000 dunno wich one it was) or do i have to make some sort of script? Also: What is the difference between: 196,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_SUMMONSLAVE,Follower Summons and 209,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_SUMMONMONSTER,Monster Summons ? ;D Thanks in advance! Edit: Waiiiiiit~ I think I can just use baby clss.... can´t I? ;DD ----------------------------------- Solved by myself >_> aw mah gawd im so....
  3. i hav strawberries

  4. Without the ports nobody else will be able to connect besides you. If you can´t open ports try using hamachi or some other vpn.
  5. Could you post the error? Screenshot or something? Data.ini with wrong priorities? Probably happens on item drop. All MVPs or special ones?
  6. Why don´t you insert it directly into the item_db2 sql table? IMHO its the easiest way to go. Just get MySql Workbench and make a connection to your sql server. Then edit them directly in workbench. But if you wanna do it your way just make a sql script like the official ones: # # Table structure for table `item_db2` # DROP TABLE IF EXISTS `item_db2`; CREATE TABLE `item_db2` ( `id` smallint(5) unsigned NOT NULL default '0', `name_english` varchar(50) NOT NULL default '', `name_japanese` varchar(50) NOT NULL default '', `type` tinyint(2) unsigned NOT NULL default '0', `price_buy` mediumint(10) unsigned default NULL, `price_sell` mediumint(10) unsigned default NULL, `weight` smallint(5) unsigned NOT NULL default '0', `attack` smallint(3) unsigned default NULL, `defence` tinyint(3) unsigned default NULL, `range` tinyint(2) unsigned default NULL, `slots` tinyint(2) unsigned default NULL, `equip_jobs` int(12) unsigned default NULL, `equip_upper` tinyint(8) unsigned default NULL, `equip_genders` tinyint(2) unsigned default NULL, `equip_locations` smallint(4) unsigned default NULL, `weapon_level` tinyint(2) unsigned default NULL, `equip_level` tinyint(3) unsigned default NULL, `refineable` tinyint(1) unsigned default NULL, `view` smallint(3) unsigned default NULL, `script` text, `equip_script` text, `unequip_script` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM; # Items Additional Database - Custom Items go here # # Structure of Database: #REPLACE INTO `item_db2` VALUES ('ID','Name','Name','Type','Price','Sell','Weight','ATK','DEF','Range','Slot','Job','Upper','Gender','Loc','wLV','eLV','Refineable','View','Script','OnEquip_Script','OnUnequip_Script'); # # THQ Quest Items # ============================================================= # REPLACE INTO `item_db2` VALUES (7950,'THG_Membership','THG Membership',3,NULL,10,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); And execute it in myphpadmin. (without the "#" in front of the items ofc) Look at this thread from Mooka about PvP Master Ultimate: http://rathena.org/board/topic/53391-pvp-master-ultimate-v130/ There is a video of the script + execute method.
  7. I know that the button position is in the exe but thats all. There is nothing about it in the lua files. The click delay is pretty wierd. It only got fixed for me by switching to a ghost setup client. Maybe i can copy the button part from the older exe. Im gonna try that tomorrow or so.
  8. I just recently changed from 2011-03-15 to 2011-09-06a q.q I like the 2011-09-06a client because it has no click delay and is one of the newest with 128 hairstyles. And this is about the only bug I´ve found so far.
  9. Bugs always appear when you think you´ve got them all sorted out >_> A wild client bug has appeared! Client: 2011-09-06aRagexeRE The sort button from the storage is not scrolling like the other buttons do. It always stays at the same position. I do find the button with a hex editor but thats all I am capable of Q_Q A little help would be appreciated ;D
  10. Sorry I don´t get it. Your problem is? The folder names? Either install the korean langauge pack for your OS or get another grf extractor. Try using grf builder or grf tool: http://ratemyserver.net/index.php?page=download_tool
  11. Check if you actually have the sprite! What kind of error? Lua or grav? http://rathena.org/board/topic/65254-gentleman-pipe-error/#entry113571 My kro is fully updated too but it doesn´t have these sprites. I only have them because of CalciumKids client. If you can´t find them in your grfs then you are simply missing them.
  12. Gentleman pipe in accname.lua [ACCESSORY_IDs.ACCESSORY_ENTIQUE_CIGAR] = "_앤티크담뱃대" Gentleman pipe in accessoryid.lua ACCESSORY_ENTIQUE_CIGAR = 383, You should have them inside those files.... Try searching for 앤티크담뱃대 or ¾ØƼũ´ã¹î´ë in your grf files. Maybe you really just dont have the sprites. If you don´t have the sprites download the rA client from CalciumKid: http://rathena.org/b...rathena-client/ and copy the sprite files from the data folder!
  13. Thank you Asura for your reply! Sorry I didn´t update my post but I already solved it. I still don´t really know what caused the error. But simply deleting my sql users and recreating + updating the servers.php resolved the problem. It made no sense but worked. Detail description of how I did it: setting servers.php with sql user ragnarok + pw getting the damn error setting servers.php with sql user root + pw getting the damn error setting sql root to no pw getting the damn error deleting root sql user getting the damn error but logs in with ragnarok even tho I didnt change root to ragnarok setting servers.php with sql user ragnarok + pw getting the damn error creating mysql user root with pw wihout changing the servers.php WIN ... I don´t get it but it worked..... Well thanks anyway!
  14. I am using the 2011-09-06aRagexeRE.exe and have little to non click delay. Also enabling "Mouse Exclusive" from the Blue Ghost setup might help. I have a huge click delay with this option disabled. Don´t know about bugs tho. Still testing. But yay for 128 Hairsprites!
  15. Having the same problem but cannot fix it Q_Q After hours now I simply give up. Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: PDOException Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) File: /var/www/control/lib/Flux/Connection.php:81 File Line Function/Method /var/www/control/lib/Flux/Connection.php 81 PDO::__construct() /var/www/control/lib/Flux/Connection.php 94 Flux_Connection::connect() /var/www/control/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /var/www/control/modules/install/index.php 17 Flux_Connection::getStatement() /var/www/control/lib/Flux/Template.php 337 include() /var/www/control/lib/Flux/Dispatcher.php 168 Flux_Template::render() /var/www/control/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String #0 /var/www/control/lib/Flux/Connection.php(81): PDO->__construct(*hidden*) #1 /var/www/control/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config)) #2 /var/www/control/lib/Flux/Connection.php(159): Flux_Connection->getConnection() #3 /var/www/control/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...') #4 /var/www/control/lib/Flux/Template.php(337): include('/var/www/contro...') #5 /var/www/control/lib/Flux/Dispatcher.php(168): Flux_Template->render() #6 /var/www/control/index.php(177): Flux_Dispatcher->dispatch(Array) #7 {main} Is what i get all the time. The funny part is: I am not using 'root'@'localhost'... I am still at the beginning of the installation process. I use the secret password, put in my mysql user + pw click on the update button and nothing works (get this error all the time). I am on a VPS. I have a mysql user with ALL PRIVILEGES and @myvpshostip. But it wont work because the cp uses the root@localhost. >_____> Is this a bug? Does it really use root@localhost? Or is it just showing it for no real reason? My PHP works and PDO is enabled. SQL connection works too. ( rAthena Server is running and i can connect without any problems ). Any help would be really appreciated! Edit: Also tried other versions of flux but nothing seems to help. Update: I´ve set the root password to none wich lead the cp to use my other sql user but still no success. I dont get it... Update2: Finally it works.... I dont know how i did it but i did it... Update3: Nope it does not! >_>
  16. Thank you very much! Now I don´t have to do the huge Genetic shop ;D
  17. Having about the same problem. Drops wont do as i wish q.q @mi shows 100% but the rate is @ about estimated 80% even with my drop rate is below 100. But @ mi shows 100% >_> Ok found the fix here: http://rathena.org/board/topic/63843-help-regarding-drop-rate-of-my-server/page__hl__drop You need to edit the renewal.h in rAthena\src\map\config. Disable #define Renewal_droprate by commenting it. http://irowiki.org/wiki/Drop_System#Level_Factor%20table
×
×
  • Create New...