Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

adding missing features #146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

adding missing features #146

wants to merge 3 commits into from

Conversation

phit666
Copy link

@phit666 phit666 commented Aug 5, 2017

Ive added the following features so far..

  • CashShop (Protocol 0x287 - 0x289)
  • Cart Rendering (Im too lazy to search for car spr/act files so Ive hardcoded the file location in stateview.js, also need to improve more the cart movement like in original client)
  • Change Cart skill (Initially Ive planned to render carts but instead Ive just created a bmp images of those carts and hardcoded the image location in ChangeCart.html)
  • Vending skill
  • A facebook button in the login for autlogin using fb sdk.

NOTE: Im kind of a hurry on adding the features above and I suck with CSS so a lot of cleaning in those mentioned features is need but so far they working well. Also, most of those added lack docs :)

@@ -184,6 +185,16 @@ define(['Utils/BinaryWriter', './PacketVerManager'], function(BinaryWriter, PACK
};


// 0x844
PACKET.CZ.HBT = function PACKET_CZ_HBT() {};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y u not call this "PACKET.CZ.REQUEST_CASHOP_OPEN" 🌪

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh that, that actually meant for something in my friends server, its a security packet, I got few variable there that need to be removed including that one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants