Jump to content

Bahmut

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by Bahmut

  1. Now the I get this error: #1136 - Column count doesn't match value count at row 1 This is because the '70:135' has to be like this 'ATK:MATK': REPLACE INTO `item_db_re` VALUES ('ID','Name','Name','Type','Price','Sell','Weight','ATK:MATK','DEF','Range','Slot','Job','Upper','Gender','Loc','wLV','eLV','Refineable','View','Script','OnEquip_Script','OnUnequip_Script'); This is the line before the error line: REPLACE INTO `item_db_re` VALUES (1637,'Eraser','Eraser',4,20,NULL,500,'80:170',NULL,1,0,0x00018314,2,2,2,4,70,1,10,'bonus bInt,3; bonus bDex,2; bonus bSPrecovRate,8; if( getrefine() > 9 ) bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",3,5,BF_MAGIC,0; else bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",1,5,BF_MAGIC,0;','',''); I could not find a mistake in both of the lines, but maybe someone here can help me. This is the file I'm using: item_db_re.sql
  2. Hello, I'm using phpMyAdmin to setup the SQL Databases of my rAthena Server (Revision 15622). Today I wanted to try the remode and thought about importing "item_db_re.sql", but I always get this Error: SQL-command: REPLACE INTO `item_db_re` VALUES ( 1640, 'Krieger_Onehand_Staff1', 'Glorious Arc Wand', 4, 20, NULL , 0, 70 :135, NULL , 1, 0, 0x00818314, 7, 2, 2, 4, 80, 1, 10, 'bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25 + ((getrefine() > 5) ? 5 : 0); bonus bUnbreakableWeapon,0; if(getrefine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; }', '', '' ) ; MySQL reports: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':135,NULL,1,0,0x00818314,7,2,2,4,80,1,10,'bonus2 bMagicAddRace,RC_DemiHuman,15; ' at line 1 Anyone know what is wrong with my sql file or phpMyAdmin?
  3. Your weolcome Here --> http://dl.dropbox.co.../market_mini.7z I will update the pack when I have time with that included. Sorry, I forgot to add it. You forgot to to turn off the small yellow dot in Browedit so it's shown in the minimap. Here is a fixed version: market.bmp
  4. I think this Wikipage will help you: http://rathena.org/wiki/SRC/map/config/
  5. Hi, I have already had a Ragnarok eAthena Server some years back and I'm going to start a new one in some months. So my question is: What Client Side changes have been done since Renewal (I only used Sakray back then) and is there an overview about all these changes so I don't have to search for everything myself (Yeah I'm lazy) and is the method of adding customs the same for everything? MfG Bahmut
  6. Hmm haven't thought about this way but I will see if I can create something like this because it would be nice if I can control which exe my users are using to play the game so noone can get any unfair advantages by using another diffed exe
  7. Hello, I've got an idea for the client and wanted to ask if someone know if this exists or if it is doable. I want my client to send something like a MD5 Checksum of the Client EXE or some other identifying packet to the server so that you can only use one specific Diffed-Client for a server. Is something like this possible via a special diff or something? Yust wanted to ask because I haven't found any info for it. MfG Bahmut
  8. I really like this map but in my opinion it is a little bit to dark. It would be cool if you create this map with daylight.
  9. Hello, I need some help with setting up my rAthena Server. So here is the problem: I'm using this guide from the rAthena Wiki http://rathena.org/w...ation_on_CentOS and I have finished all steps until "Compile Source Code" because when I want to use "./configure" he is always is interupting the process with this error message: [xxxxx@xxxx trunk]$ ./configure checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether byte ordering is bigendian... no checking whether pointers can be stored in ints (old code)... yes (with -m32) checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc supports -Wno-pointer-sign... yes checking whether gcc can actually use -Wno-pointer-sign... yes checking whether gcc supports -Wno-switch... yes checking whether gcc supports -fPIC... yes checking whether gcc needs -fPIC for shared objects... no, but fails for another reason configure: error: compiler is unable to compile shared objects for an unhandled reason, please report this with attached config.log... stopping Anyone need a solution? I'm using Cent OS 5.4 and I used this guide from the rAthena Wiki: http://rathena.org/w...ation_on_CentOS I have tried also tried using another OS (Debian 5.0) and this Guide http://rathena.org/b.../page__p__63324 but I'm experiencing the same bug there as well.
×
×
  • Create New...