need HEX codes

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! jimowns is offline
    MemberRank
    Aug 2006 Join Date
    BelgiumLocation
    440Posts

    shout need HEX codes

    hey guys,

    i wanne remake the roseonline private server for my own.
    does someone have still the HEX codes of roseonline ?


    thanks in advanced


  2. #2
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: need HEX codes

    hex codes??? You mean packet IDs?

    Just pull them out of the osrose source code.

  3. #3
    Ω -DefaulT is offline
    MemberRank
    Aug 2006 Join Date
    Emerald CityLocation
    1,429Posts

    Re: need HEX codes

    i lol'd

  4. #4
    Account Upgraded | Title Enabled! iceland is offline
    MemberRank
    Sep 2006 Join Date
    PlutoLocation
    215Posts

    Re: need HEX codes

    i used like many different hex editors to change names and junk.... all worked 0.o
    it ain't hard so i cant see how this question would come around if you ALREADY know its don't in hex.

  5. #5
    Ω -DefaulT is offline
    MemberRank
    Aug 2006 Join Date
    Emerald CityLocation
    1,429Posts

    Re: need HEX codes

    Quote Originally Posted by iceland View Post
    i used like many different hex editors to change names and junk.... all worked 0.o
    it ain't hard so i cant see how this question would come around if you ALREADY know its don't in hex.
    yes but what he asked makes no practical sense.

  6. #6
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: need HEX codes

    I assumed that he meant the hex code for packet ids such as 0x0798 for starting an attack or 0x7b9 to send a skill animation

    It would at least make sense if this is what is being asked for.

  7. #7
    Ω -DefaulT is offline
    MemberRank
    Aug 2006 Join Date
    Emerald CityLocation
    1,429Posts

    Re: need HEX codes

    well then let me be the first?

    Login:
    Code:
    0x500: ConnectToChar
    0x703: EncryptionRequest
    0x708: UserLogin
    0x704: GetServers
    0x70a: GetIP            
    0x808: GameGuard (Not used)
    Char:
    Code:
    0x0500: WSReady
    0x0501: LoginConnected
    0x0502: LoginDSClient
    0x0505: WSCharSelect
    0x070b: DoIdentify
    0x0712: GetCharacters
    0x0713: CreateChar
    0x0714: DeleteChar
    0x0715: RequestWorld
    0x0787: ClanChat
    0x07e0: ClanManager
    0x07e1: MessengerManager
    0x07e2: MessengerChat
    0x07e3: Chatrooms
    0x07e4: TalkChatroom
    0x07e5: 7e5
    0x07e6: UploadCM
    0x07e7: DownloadCM
    0x07e8: ClanIconTime
    0x079e: UpdateLevel
    0x0808: (GG Here too, again unused)
    World:
    Code:
    0x0500: CSReady
    0x0502: CharDSClient
    0x0505: CSCharSelect
    0x0756: (unknown)
    0x0756: ChangeRespawn
    0x0700: Ping
    0x0707: Exit
    0x070b: DoIdentify
    0x071c: CharSelect
    0x0730: GiveQuest
    0x0753: DoID
    0x0755: UserDied
    0x0762: Weight
    0x0771: StopChar
    0x0781: DoEmote
    0x0782: ChangeStance
    0x0783: NormalChat
    0x0784: Whisper
    0x0785: Shout
    0x0789: ChatUnion
    0x0786: PartyChat
    0x0798: StartAttack
    0x079f: ShowHeal
    0x079a: MoveChar
    0x07a1: NPCBuy
    0x07a3: UseItem
    0x07a4: DoDrop
    0x07a5: ChangeEquip
    0x07a7: PickDrop
    0x07a8: Gate
    0x07a9: AddStats
    0x07aa: MoveSkill
    0x07ab: EquipABC
    0x07af: Craf
    0x07b1: LevelUpSkill
    0x07b2: SkillSelf
    0x07b3: StartSkill
    0x07b4: SkillAOE
    0x07c0: TradeAction
    0x07c1: TradeAdd
    0x07ad: Storage
    0x07ae: ChangeStorage
    0x07ba: identify
    0x07bc: ModifiedItem
    0x07bf: AddWishList
    0x07c2: OpenShop
    0x07c3: CloseShop
    0x07c4: ShowShop
    0x07c5: BuyShop
    0x07c6: SellShop
    0x07ca: ChangeCart 
    0x07cb: RepairItem (tool)
    0x07cd: RepairItem (npc
    0x07d0: PartyActions
    0x07d1: PartyManager
    0x07d7: PartyOption
    0x07d8: ModifiedItemDone
    0x07d9: ItemMall
    0x07da: StoreZuly
    0x07dd: RideRequest
    0x07e0: CreateClan
    0x07e1: ClanManager
    0x07eb: Printscreen
    0x07ed: ChatTrade
    0x0808: GameGuard (again not used)
    0x0821: ExpTC (Bonus time coupon?)
    0x0796: Pvp796

  8. #8
    Apprentice IxIAvoIxI is offline
    MemberRank
    Jan 2008 Join Date
    18Posts

    Re: need HEX codes

    Ware can i find the Documet packets of Roseonline?
    the one of orose doesn't works.
    i mean with the document packets this :
    A little example.
    Code:
    [Login] 0x0c09 – invailed Auth. 
    Direction::       Login -> client
    Size::            5 bytes. 
    Format ::         World error code   
    1) 0x42     =     unknown error
    2) 0x43     =     DB error
    3) 0x44     =     Auth failed
    4) 0x45     =     please check id or password.
    Last edited by IxIAvoIxI; 18-12-10 at 04:16 PM.



Advertisement