Jump to content

acocalypso

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by acocalypso

  1. still having the same error. but the other items dont work too, while typing @item 90000 im getting the following warning:


     
    [Warning]: itemdb_search: Item ID 24464 does not exists in the item_db. Using dummy data.
     
    why does it want to load 24464?
  2. Hey together, ive tried to add Custom GM Equip from here http://www.eathena.ws/board/index.php?showtopic=113298

     

     

     

    90000,GM_Sword,GM's Sword,4,10,10,1,30000,,2,4,0xFFFFFFFF,2,2,2,4,48,1,1,{ bonus bDex,40; bonus bAllStats,150; bonus bAspdRate,10; bonus bUnbreakableWeapon,0; bonus bAtkRate,500; bonus bMatkRate,500; bonus bHitRate,500; bonus bIgnoreDefRace,7; bonus bIgnoreMDefRace,7; bonus bSplashRange,2; bonus bIgnoreDefMob,0; bonus4 bAutoSpell,13,25,350,1; bonus4 bAutoSpell,19,25,350,1; bonus4 bAutoSpell,20,25,350,1; bonus4 bAutoSpell,14,25,350,1;  bonus4 bAutoSpell,230,25,350,1; bonus4 bAutoSpell,476,25,350,1; },{},{}
    90001,GM_Staff,GM's Staff,4,,10,1,30000,,2,4,0xFFFFFFFF,2,2,2,4,48,1,8,{ bonus bDex,40; bonus bAllStats,150; bonus bAspdRate,10; bonus bUnbreakableWeapon,0; bonus bAtkRate,500; bonus bMatkRate,500; bonus bHitRate,500; bonus bIgnoreDefRace,7; bonus bIgnoreMDefRace,7; bonus bSplashRange,2; bonus bIgnoreDefMob,0; bonus4 bAutoSpell,13,25,350,1; bonus4 bAutoSpell,19,25,350,1; bonus4 bAutoSpell,20,25,350,1; bonus4 bAutoSpell,14,25,350,1;  bonus4 bAutoSpell,230,25,350,1; bonus4 bAutoSpell,476,25,350,1; },{},{}
    90002,GM_Shield,GM's Shield,5,,10,1,,10,,4,,0xFFFFFFFE,2,2,32,,65,1,3,{ bonus2 bSubEle,Ele_Water,100; bonus2 bSubEle,Ele_Fire,100; bonus2 bSubEle,Ele_Dark,100; bonus2 bSubEle,Ele_Undead,100; bonus2 bSubEle,Ele_Wind,100; bonus2 bSubEle,Ele_Earth,100; bonus2 bSubEle,Ele_Poison,100; bonus2 bSubEle,Ele_Neutral,100; bonus bMdef,100; if(isequipped(2353,5124)) { bonus bDef,2; bonus bMdef,20; } bonus bAllStats,100; bonus bNearAtkDef,100; bonus bLongAtkDef,100; bonus bMagicAtkDef,100; bonus bMiscAtkDef,100; bonus bNoWeaponDamage,100; bonus bNoMagicDamage,100; },{},{}
    90003,GM_Armor,GM's Armor,5,,10,1,,4,,4,0xFFFFFFFF,7,2,16,,40,1,0,{ bonus bAllStats,100; bonus bHPrecovRate,500; bonus bSPrecovRate,500; bonus3 bAutoSpell,85,25,350; bonus3 bAutoSpell,89,25,350; bonus3 bAutoSpell,91,25,350; bonus3 bAutoSpell,254,25,350; bonus3 bAutoSpell,406,25,350; bonus3 bAutoSpell,479,25,350; },{},{}
    90004,GM_Shoes,GM's Shoes,5,,10,1,,5,,4,0xFFFFFFFF,7,2,64,,94,0,0,{ bonus bAllStats,100; bonus bFlee2Rate,100; bonus bInfiniteEndure,100; },{},{}
    90005,GM_Cloak,GM's Cloak,5,,10,1,,3,,4,0xFFFFFFFF,7,2,4,,54,1,0,{ bonus bAllStats,100; bonus bFleeRate,100; },{},{}
    90006,GM_Belt,GM's Belt,5,,10,1,,2,,4,0xFFFFFFFF,7,2,136,,94,0,0,{ bonus bAllStats,150; bonus bMdef,100; skill 29,90; skill 78,90; },{},{}
    90007,GM_Necklace,GM's Necklace,5,,10,1,,1,,4,0xFFFFFFFF,7,2,136,,94,0,0,{ bonus bAllStats,150; bonus bMdef,100; skill 28,90; skill 34,90; },{},{}
    90008,GM_Crown,GM's Crown,5,,10,1,,4,,4,0xFFFFFFFF,2,1,256,,45,1,45,{ bonus bAllStats,100; bonus bDoubleRate,100; bonus bIntravision,100; bonus bUnstripableArmor,100; bonus bUnstripableHelm,100; bonus bUnstripableShield,100; },{},{}
    
     

    ive added this in itemdb2 but im getting the following error: 

     

     

     

    [Error]: itemdb_readdb: Invalid format (Script column) in line 68 of "db/item_db2.txt" (item with id 90002), skipping.
     

     

    i checked the line with help of the wiki http://rathena.org/wiki/Custom_Items but i cant find the error. Can someone tell me whats wrong?

     

     

  3. Hey everybody,

     

    im having some problems with a NPC script, hopefully you could help me.

     

    the problem nothing is broadcasted.

     

    // -- Announcer Script
    // -- Author: DZeroX
    // -- Description: Announce whatever you want, easily. You can add as many messages as you want.
    
    -	script	Announcements	-1,{
    
    OnInit:
    	setarray $announcer_mes$[0],"Check our website for latest News and Patches, & Vote For Us @ http://and-ro.tk  ´«";
    	set $announcer_ticks,10; // -- Replace 300 with seconds, time between individual announcements.
    	set $@loop,0;
    	set $announcer_wait,$announcer_ticks*120;
    	initnpctimer;
    	end;
    
    OnTimer1800000:
    	set $@messages,getarraysize($announcer_mes$);
    	goto L_announce;
    
    L_announce:
    	if ($@loop == $@messages) goto L_reset;
    	announce $announcer_mes$[$@loop],0;
    	sleep2 $announcer_wait;
    	set $@loop,$@loop + 1;
    	goto L_announce;
    
    L_reset:
    	set $@loop,0;
    	set $@messages,0;
    	stopnpctimer;
    	initnpctimer;
    	end;
    
    }
    

     

     

     

     

  4. Ive repacked my data.grf with new maps and standart compression, but my client always crashes right after start.

     

    When im using the unmodded data.grf it works fine, so does it depends on compression?

     

    UPDATE - Tested with no compresssion but the client still crashes. btw im using grf builder

  5.  

     

    char_athena.conf

     

     

    //===================================
    // Pincode system
    //===================================
    // NOTE: Requires client 2011-03-09aragexeRE or newer.
    // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
    // Default: yes
    pincode_enabled: no

    many thx for this.

     

    you are welcome. topic close. haha :P

    still dont know where to add this :D

     

            // create new char
    #if PACKETVER >= 20120307
            // S 0970 <name>.24B <slot>.B <hair color>.W <hair style>.W
            case 0x970:
                FIFOSD_CHECK(31);
    #else
     
  6. char_athena.conf

     

     

    //===================================
    // Pincode system
    //===================================
    // NOTE: Requires client 2011-03-09aragexeRE or newer.
    // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
    // Default: yes
    pincode_enabled: no

    many thx for this.

  7. Im triying to set up my RO Server but having a problem regarding the Security Code after first login.

     

    Im using the 20120410 ragexe and Miruku 20130902

     

    after i set up the secure code, and logging in again RO tells me that my security code is false, but it isnt.

     

    And i cant create a char im always getting following error on my server:

     

     

    [Error]: parse_char: Received unknown packet 0x970 from ip 'my ip adress'! Disconnecting!
     

     

    Any solution for this?

  8. Hi everyone,

    ive installed fluxcp renewal, configured application.php and servers.php

    now i went to www.mydomain.com/ragnarok and it autodirect me to /ragnarok/install

    Not Found

    The requested URL /ragnarok/install/ was not found on this server.

    What can i do?

    ok fixed it, but have another problem

    ServerName' => 'FluxRO',

    // Global database configuration (excludes logs database configuration).

    'DbConfig' => array(

    //'Socket' => '/tmp/mysql.sock',

    //'Port' => 3306,

    //'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.

    'Convert' => 'utf8',

    // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.

    // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)

    'Hostname' => '127.0.0.1',

    'Username' => 'username',

    'Password' => 'password',

    'Database' => 'rathena_cp',

    'Persistent' => true,

    'Timezone' => null // Example: '+0:00' is UTC.

    // The possible values of 'Timezone' is as documented from the MySQL website:

    // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'."

    // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!)

    // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated."

    ),

    // This is kept separate because many people choose to have their logs

    // database accessible under different credentials, and often on a

    // different server entirely to ensure the reliability of the log data.

    'LogsDbConfig' => array(

    //'Socket' => '/tmp/mysql.sock',

    //'Port' => 3306,

    //'Encoding' => null, // Connection encoding -- use whatever here your MySQL tables collation is.

    'Convert' => 'utf8',

    // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.

    // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)

    'Hostname' => '127.0.0.1',

    'Username' => 'username',

    'Password' => 'password',

    'Database' => 'rathena',

    'Persistent' => true,

    'Timezone' => null // Possible values is as described in the comment in DbConfig.

    ),

    // Login server configuration.

    'LoginServer' => array(

    'Address' => '127.0.0.1',

    'Port' => 6900,

    'UseMD5' => false,

    'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true).

    'Level' => 0, // Default account level during registration.

    '

    ),

    'CharMapServers' => array(

    array(

    'ServerName' => 'FluxRO',

    'BaseExpRates' => 200,

    'JobExpRates' => 200,

    'MvpExpRates' => 200,

    'DropRates' => 25,

    'MvpDropRates' => 25,

    'CardDropRates' => 25,

    'MaxCharSlots' => 9,

    'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)

    //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.

    //'Database' => 'rathena', // Defaults to DbConfig.Database

    'CharServer' => array(

    'Address' => '127.0.0.1',

    'Port' => 6121

    ),

    'MapServer' => array(

    'Address' => '127.0.0.1',

    'Port' => 5121

    ),

    im getting this error output:

    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: Flux_Error

    Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'rathena_cp.ipbanlist' doesn't exist

    File: /var/www/ragnarok/lib/Flux/Connection/Statement.php:27

    File Line Function/Method

    /var/www/ragnarok/lib/Flux/LoginServer.php 581 Flux_Connection_Statement::execute()

    /var/www/ragnarok/lib/Flux/SessionData.php 262 Flux_LoginServer::isIpBanned()

    /var/www/ragnarok/modules/account/login.php 19 Flux_SessionData::login()

    /var/www/ragnarok/lib/Flux/Template.php 337 include()

    /var/www/ragnarok/lib/Flux/Dispatcher.php 168 Flux_Template::render()

    /var/www/ragnarok/index.php 177 Flux_Dispatcher::dispatch()

    Exception Trace As String

    #0 /var/www/ragnarok/lib/Flux/LoginServer.php(581): Flux_Connection_Statement->execute(Array)

    #1 /var/www/ragnarok/lib/Flux/SessionData.php(262): Flux_LoginServer->isIpBanned()

    #2 /var/www/ragnarok/modules/account/login.php(19): Flux_SessionData->login('FluxRO', 'username', 'password', NULL)

    #3 /var/www/ragnarok/lib/Flux/Template.php(337): include('/var/www/ragnar...')

    #4 /var/www/ragnarok/lib/Flux/Dispatcher.php(168): Flux_Template->render()

    #5 /var/www/ragnarok/index.php(177): Flux_Dispatcher->dispatch(Array)

    #6 {main}

    some has any idea?

  9. das wäre wundervoll =) ich bin dann ab 17 uhr im irc unter #gathena

    Habe es endlich hinbekommen DANKE euch, mein fehler lag nicht an den files, es hat sich ein fehler in die mmo.h geschlichen den ich beim compilieren nicht bemerkt hatte.

  10. Hi everyone,

    ive installed fluxcp renewal, configured application.php and servers.php

    now i went to www.mydomain.com/ragnarok and it autodirect me to /ragnarok/install

    Not Found

    The requested URL /ragnarok/install/ was not found on this server.

    What can i do?

    ok fixed it, but have another problem

    ServerName'	 => 'FluxRO',
     // Global database configuration (excludes logs database configuration).
     'DbConfig'	   => array(
      //'Socket'	 => '/tmp/mysql.sock',
      //'Port'	   => 3306,
      //'Encoding'   => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
      'Convert'    => 'utf8',
       // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
       // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
      'Hostname'   => '127.0.0.1',
      'Username'   => 'username',
      'Password'   => 'password',
      'Database'   => 'rathena_cp',
      'Persistent' => true,
      'Timezone'   => null // Example: '+0:00' is UTC.
      // The possible values of 'Timezone' is as documented from the MySQL website:
      // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'."
      // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!)
      // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated."
     ),
     // This is kept separate because many people choose to have their logs
     // database accessible under different credentials, and often on a
     // different server entirely to ensure the reliability of the log data.
     'LogsDbConfig'   => array(
      //'Socket'	 => '/tmp/mysql.sock',
      //'Port'	   => 3306,
      //'Encoding'   => null, // Connection encoding -- use whatever here your MySQL tables collation is.
      'Convert'    => 'utf8',
       // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
       // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
      'Hostname'   => '127.0.0.1',
      'Username'   => 'username',
      'Password'   => 'password',
      'Database'   => 'rathena',
      'Persistent' => true,
      'Timezone'   => null // Possible values is as described in the comment in DbConfig.
     ),
     // Login server configuration.
     'LoginServer'    => array(
      'Address'  => '127.0.0.1',
      'Port'	 => 6900,
      'UseMD5'   => false,
      'NoCase'   => true, // eA account case-sensitivity; Default: Case-INsensitive (true).
      'Level'    => 0,    // Default account level during registration.
     '
     ),
     'CharMapServers' => array(
      array(
       'ServerName'    => 'FluxRO',
       'BaseExpRates'  => 200,
       'JobExpRates'   => 200,
       'MvpExpRates'   => 200,
       'DropRates'	 => 25,
       'MvpDropRates'  => 25,
       'CardDropRates' => 25,
       'MaxCharSlots'  => 9,
       'DateTimezone'  => null,	   // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
       //'ResetDenyMaps' => 'sec_pri',  // Defaults to 'sec_pri'. This value can be an array of map names.
       //'Database'	  => 'rathena', // Defaults to DbConfig.Database
       'CharServer'    => array(
     'Address'   => '127.0.0.1',
     'Port'	  => 6121
       ),
       'MapServer'	 => array(
     'Address'   => '127.0.0.1',
     'Port'	  => 5121
       ),
    

    im getting this error output:

    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: Flux_Error
    Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'rathena_cp.ipbanlist' doesn't exist
    File: /var/www/ragnarok/lib/Flux/Connection/Statement.php:27
    File Line Function/Method
    /var/www/ragnarok/lib/Flux/LoginServer.php 581 Flux_Connection_Statement::execute()
    /var/www/ragnarok/lib/Flux/SessionData.php 262 Flux_LoginServer::isIpBanned()
    /var/www/ragnarok/modules/account/login.php 19 Flux_SessionData::login()
    /var/www/ragnarok/lib/Flux/Template.php 337 include()
    /var/www/ragnarok/lib/Flux/Dispatcher.php 168 Flux_Template::render()
    /var/www/ragnarok/index.php 177 Flux_Dispatcher::dispatch()
    Exception Trace As String
    #0 /var/www/ragnarok/lib/Flux/LoginServer.php(581): Flux_Connection_Statement->execute(Array)
    #1 /var/www/ragnarok/lib/Flux/SessionData.php(262): Flux_LoginServer->isIpBanned()
    #2 /var/www/ragnarok/modules/account/login.php(19): Flux_SessionData->login('FluxRO', 'username', 'password', NULL)
    #3 /var/www/ragnarok/lib/Flux/Template.php(337): include('/var/www/ragnar...')
    #4 /var/www/ragnarok/lib/Flux/Dispatcher.php(168): Flux_Template->render()
    #5 /var/www/ragnarok/index.php(177): Flux_Dispatcher->dispatch(Array)
    #6 {main}
    

    some has any idea?

  11. rdata.grf habe ich keine, also ich muss die lua files in die grf packen ok, dann tu ich das gleich mal, so funktioniert ja alles, kann auch spielen is halt nur beim start das ich die meldung bekomme.

  12. ich bin ja jetzt auf rathena, soweit läuft alles, nur das mit der client.7z hab ich noch nicht verstanden, bis jetzt kann ich mich einloggen einen char erstellen und dann crasht bei mir das game

    Module Name: C:\Users\Aco\Desktop\Ragnarok-Privat_server\kRO Client 2012-06-02\RAthena.exe
    Time Stamp: 0x4d7f06a5 - Tue Mar 15 07:26:45 2011
    
    Exception Type: 0xc0000005
    0x00627114 RAthena.exe
    0x73722e6e
    eax: 0x00895bf2 ebx: 0x08eccbb8
    ecx: 0x0000000b edx: 0x00000000
    esi: 0x00895c4e edi: 0x08f40000
    ebp: 0x007ed518 esp: 0x0012fc68
    stack 0012fc68 - 00130068
    0012FC68 : 40 D5 7E 00 B8 CB EC 08 00 00 00 00 1E D9 62 00
    0012FC78 : F0 5B 89 00 B8 CB EC 08 FF FF FF FF B8 CB EC 08
    0012FC88 : DF E1 62 00 B8 CB EC 08 8E 62 62 00 00 00 00 00
    0012FC98 : 10 D5 7E 00 60 A4 55 00 52 90 4B 2E 01 00 00 00
    0012FCA8 : 01 00 00 00 00 00 00 00 10 00 00 00 F0 FE 12 00
    0012FCB8 : E6 EB 75 00 FF FF FF FF 79 C9 73 00 B8 CB EC 08
    0012FCC8 : 7C DF 79 00 26 90 4B 2E 30 31 8A 00 F0 1F 19 00
    0012FCD8 : 88 FF 12 00 00 00 00 00 F8 28 FD 01 00 00 40 00
    0012FCE8 : 01 00 00 00 40 42 0F 00 01 01 00 00 00 00 00 00
    0012FCF8 : 67 6F 6F 64 00 00 00 00 E0 A6 FF 01 34 5D EB 76
    0012FD08 : 04 00 00 00 0F 00 00 00 80 00 00 00 34 29 FD 01
    0012FD18 : 00 00 FD 01 40 01 00 00 00 28 FD 01 00 00 00 00
    0012FD28 : 02 00 00 02 10 00 00 00 D7 73 5C 93 FC 52 CD 01
    0012FD38 : D7 73 5C 93 FC 52 CD 01 D7 73 5C 93 FC 52 CD 01
    0012FD48 : 00 00 00 00 00 00 00 00 7C FB 12 00 24 65 EB 76
    0012FD58 : 52 65 70 6C 61 79 00 00 E0 A6 FF 01 E0 A6 FF 01
    Launch Info
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    Job : Novice
    

    this is my error code

  13. 1. Wie tr0n schon sagte, am besten auf RAthena umsteige da das bisher immer das Aktuellste ist von den Updates. Jedoch nur SQL

    ~1 Als Client kannst du Mirukus nehmen. Ich nutze

    ~ http://rathena.org/b...-09-kro-client/ + http://rathena.org/b...rathena-client/ + 2011 self Diffed Client und paar Files aus anderen Versionen damit bei mir die Replay exe ohne Fehler Funktioniert ^^

    2. Die clientinfo wirst du automatisch aus dem Basic haben im Data ordner. Diese einfach mit notepad oder so bearbeiten

    3. Am besten eine im berreich von 2010 bis mitte 2011 wenn ich mich nicht irre x.x

    4. DATA.INI öffnen dort "1=DEINE.GRF | 2=Data.grf" und falls du eine rdata hast " 3=rdata.grf " um eine GRF zu erstellen den Data ordner mit Grfbuilder zur einer grf machen, du solltest jedoch einen Data ordner lassen und dort die eot + lua dateien aus dem data ordner lassen (NICHT DEN ORDNER LUA FILES der kommt auch in die GRF)

    ~4 Um einen Installer zu machen, google kurz nach "How to make a Setup" da findest du haufen tools die sich von selbst erklären.

    Du meinst den vorhandenen data order in dem install verzeichnis? oder den von clients.7z

×
×
  • Create New...