Jump to content

NovaGFX

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by NovaGFX

  1. if you are using rA. no need to change the common/mmo.h. because it is already set to #define PACKETVER 20120410.

    I don't know what you mean.. It's set at #define PACKETVER 20120410 yet It's not working..

    There is no diff option in Shin's diff patcher with SkipPacketHeaderbfuscation..

  2. Okay, So I'm new to making servers in rA as I used to use eA. It's alot harder than I thought it'd be..

    I saw in my common/mmo.h that it was set out like this:

    #ifndef PACKETVER

    #define PACKETVER 20120410

    //#define PACKETVER 20111116

    So I went to http://supportmii.com/ro1/Clients/ and got the 2012-04-10a diff.

    And managed to diff it..

    And now I open my server and login with my account....

    I can get until where I open my char, until it rejects me from the server. This is what happens in my mapserver.

    clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,1:19)

    Any idea on how to fix this? It would be great.

    what emuator are you using?eA or rA?

    rA ofcourse :)

  3. Okay, So I'm new to making servers in rA as I used to use eA. It's alot harder than I thought it'd be..

    I saw in my common/mmo.h that it was set out like this:

    #ifndef PACKETVER

    #define PACKETVER 20120410

    //#define PACKETVER 20111116

    So I went to http://supportmii.com/ro1/Clients/ and got the 2012-04-10a diff.

    And managed to diff it..

    And now I open my server and login with my account....

    I can get until where I open my char, until it rejects me from the server. This is what happens in my mapserver.

    clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,1:19)

    Any idea on how to fix this? It would be great.

  4. Emistry, try and expand on your script.

    For example, you should make it so it will randomly give out of the choice

    For example:

    5 x Yggdrasil berry (20% chance)

    1x Gym Membership box (20% chance)

    20 x Yggdrasil berry (15% chance)

    Then the grand prize will be 10x mithril coin (5% or 1% chance)

  5. hmm. I don't know its possible to disable the @command(@go, etc) during the antibot question?

    It is, They can simply click the chatbox and type @go 0.

    Unless you have used what Emistry had shown,

    In this way, since Berserk disables chat features except for emoticons.

    Until the player succeed in the test, if they succeed the berserk will stop.

  6. Color: Dark Green or Dark Red theme.

    Name: Synthesis Ragnarok Online (Animated to go over every letter like a flash? from one of your recent works)

    Size: 420x60

    Anime: Assassin cross or a dark priest.

    Animation: 99/70

    Transcendant Classes

    Intense PvP action

    War of Emperium

    And hundreds of customs

    With a friendly community.

    Thanks :D

  7. added this to my accname:[ACCESSORY_IDs.ACCESSORY_BLOODY_WINGS] = "_bloodwings",

    added this to my accessoryid: ACCESSORY_BLOODY_WINGS = 1993,

    this should be like this below

    added this to my accname:[ACCESSORY_IDs.ACCESSORY_bloodwings] = "_bloodwings",

    added this to my accessoryid: ACCESSORY_bloodwings = 1993,

    NO, That is completely wrong. The code should be in strict capital letters as it shows on the rAthena guide.

    It should look like this:

    [ACCESSORY_IDs.ACCESSORY_BLOODWINGS] = "_bloodwings",

    ACCESSORY_bloodwings = 1993

    I believe it is necessary to have it like this, but it is entirely up to if the server is capable of handling it, because it may error, but it possibly wouldn't.

  8. i usually just search google where free sprites are :(, or if ur lucky come accross a dead server(one thats been offline for 2 years+) and just use theirs. make sure u credit the person whoever made the sprite, even if the server is down.(usually they encrypt them like that :X)

    You can't necessarily take them from a server, because you must have a bit of advanced knowledge in scripting.

    1. You have to script the item_db2/item_db codes, the item_trade etc. And custom configure it to a different ID if it's taken.

×
×
  • Create New...