hey guys,
i wanne remake the roseonline private server for my own.
does someone have still the HEX codes of roseonline ?
thanks in advanced
Printable View
hey guys,
i wanne remake the roseonline private server for my own.
does someone have still the HEX codes of roseonline ?
thanks in advanced
hex codes??? You mean packet IDs?
Just pull them out of the osrose source code.
i lol'd
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.
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.
well then let me be the first?
Login:
Char:Code:0x500: ConnectToChar
0x703: EncryptionRequest
0x708: UserLogin
0x704: GetServers
0x70a: GetIP
0x808: GameGuard (Not used)
World: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)
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
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.