Jump to content

azze25

Members
  • Posts

    48
  • Joined

  • Last visited

Posts posted by azze25

  1. make sure you edit this files.

    lua files/datainfo/accessoryid.lua/lub
    lua files/datainfo/accname.lua/lub
    idnum2itemdesctable.txt
    idnum2itemdisplaynametable.txt
    idnum2itemresnametable.txt
    

    Yes. I already edited it and added on my server. That's why, I can use @changelook + the view id of it and no errors.

    @ngek, why need to add to num2item*.txt? My item is already identified .. i don't necessarily add my items to that but I don't get errors.

    Im really wondering..

  2. Can anyone make me a quest like break the seal? [ With Valkyrie Items , Megingjard ]

    Please. I hope someone will make me 1.

    Explanation :

    First you need to break the seal before you can quest it.

    Second You must Bring the Needed Materials ( Quest )

    Third Choose What should you Pic [ VM , VS , VA or VS ]

    Every Time You'll done NPC Will say "Omg ! CHARNAME was Completed the Valkyrie Armor (or VM , VS , VS )Quest !"

    and When player finished the quest It will say "Awesome ! CHARNAME Finished the Path for the Holy Warrior Quest "

    Its like a quest in a 1 npc like this :

    Valkyrie armor Quest (When Finished proceed to) > Valkyrie manteau Quest (When Finished proceed to) Valkyrie Shoes Quest (When Finished Proceed to) Valkyrie Shield Quest.

  3. Hi all,

    I want to request a daily script just like endless tower but the differences are:

    -When all members reached the top, there is a treasure chest which will spawn anywhere in that area and they need to find it to break it. -The treasure chest would have a very high hp which will take 5 to 20mins breaking it (just like emperium).

    -When it is already broken, one special item will be given to one player only (preferably a custom item).

    -Even all of them tried to break the treasure chest, only one of them should have the item.

    -I dont know if that will vary on how they tried to break the chest.

    I saw this kind of quest before in AEro Gaming, year 2004 maybe. A cygnus helm is given from that chest only to one player after of many trials.

    Thanks you :D

  4. same problem too...

    these are the error when executing upgrade_svn17080.sql

    Script line: 9 Table 'log2.auction' doesn't exist

    Script line: 10 Table 'log2.cart_inventory' doesn't exist

    Script line: 11 Table 'log2.guild_storage' doesn't exist

    Script line: 12 Table 'log2.inventory' doesn't exist

    Script line: 13 Table 'log2.mail' doesn't exist

    Script line: 14 Table 'log2.storage' doesn't exist

    these are the error when executing upgrade_svn17086.sql

    Script line: 6 Table 'log2.guild_storage' doesn't exist

    Script line: 7 Table 'log2.inventory' doesn't exist

    Script line: 8 Table 'log2.mail' doesn't exist

    Script line: 9 Table 'log2.storage' doesn't exist

    How can we solve this? please help us :)

  5. Hi there,

    Every time I make an update on my rathena svn, there are always conflicts. Right, because I am modifying it specially the src and there is always a compilation error.

    Let,s say there is a conflict on my src when updating it, what option should I choose to avoid compilation error, like (mf - mine full, df - diff full). Well of course, I want my edited src be as it is and it will not affect my compilation. Im kind of confused what option to choose when there are conflicts. anyone can help please? Thank you :)

  6. Hi everyone,

    Im using Rathena for my Pre-Renewal Server. Is there anyone who has a diff or a fix for the reflect damage on devo?

    Because in Changeset 14400 in rathena, Icescope impelmented fix for devotion which is "reflect damage is no longer absorbed by the devoter."

    I want the old way, that the devoter will absorb the reflect damage, not the devotee. I tried reverting it back on my own, but compilation error.

    Any help will be appreciated ..

  7. I dont know if this is a bug or just implemented but im using pre-renewal database on my rathena.

    Using an Sinx character with:

    Str 99+9

    Agi 99+16

    Dex 25+10

    I got an Aspd of 179,

    Problem:

    -If i equip Jur with 1 doppel (bonus bAspdRate,40;), attack speed drops to 177

    -If i equip Jur with 2 doppel (bonus bAspdRate,40;), attack speed stays the same to 179

    -If i equip Jur with 4 doppel (bonus bAspdRate,40;), attack speed is 184 only

    Concerning that my max attack speed is 190 and it is supposed to be 190 already since the bonus of my doppel card is 40% rate.

    I already configure renewal.h on src to use pre-renewal settings, but how come my attack speed got its wrong calculation?

  8. I already configure the array for the 2nd server. Here's what i got:

    'ServerName' => 'Freyr',

    'BaseExpRates' => 500000,

    'JobExpRates' => 500000,

    'MvpExpRates' => 500000,

    'DropRates' => 25,

    'MvpDropRates' => 15,

    'CardDropRates' => 10,

    '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' => 'ragnarok2', // Defaults to DbConfig.Database

    'CharServer' => array(

    'Address' => 'xxxxxxx',

    'Port' => 6122

    ),

    'MapServer' => array(

    'Address' => 'xxxxxx',

    'Port' => 5122

    ),

    whats with the credits table?

    EDIT:

    Everything is fine. I just added the credits table manually. thank you all :D

  9. Thanks for this. what i did was i used 1 login server only to prevent using 2registration page .

    what i did was i use 1 login server.. i was able to connect already but i have this error: Connect Character DB server.... (Character Server)

    make_listen_bind: bind failed (socket #6, code 98)!

    but I was able to connect ..

  10. Hi everyone. My server has two login options. They could choose to play 3rd job renewal or 2nd job pre-renewal. I just want to ask how could it be possible to put two registration on my flux for the servers? My 2 servers has 1 ip address. Thank you

    Edit:

    If I use one login server to prevent using two control panel, like this:

    -1st server

    Map 6121

    Char 5121

    Login 6900

    -2ndserver

    Map 6122

    Char 5122

    Login 6900

    it gives me error like "connection already in use" ..

    what should be the configuration? both svn are rathena.

×
×
  • Create New...