Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ApplyStrangifier, TradeUp, RemoveItemAttribute, ApplyStrangePart functions #23

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

Conversation

Preport
Copy link

@Preport Preport commented May 6, 2021

applyStrangifier

  • Adds applyStrangifier function with two inputs item id and strangifier id.
  • Upon completion we will receive 2 itemRemoved and 1 itemAcquired events.

tradeUp

  • Adds tradeUp function with one input item id array.
  • Upon completion we will receive 10 itemRemoved and 1 itemAcquired events.

removeItemAttribute

applyStrangePart

  • Add applyStrangePart function with two inputs item id and strange part id.
  • Upon completion we will receive 2 itemRemoved and 1 itemAcquired events.

Preport added 2 commits May 6, 2021 04:07
- Adds ApplyXifier function with two inputs item id and strangifier id.

- Upon completion we will receive 2 itemRemoved and 1 itemAcquired events.
@Preport
Copy link
Author

Preport commented May 6, 2021

Tried implementing removeStrangePart but don't know what strange_part_score_type corresponds to.
Checked item's attributes 380, 382, 384 and removed two so far outcome was.

Buffer Data => strange_part_score_type
0, 0, 56, 66 => 46
0, 0, 64, 66 => 48

@Preport Preport changed the title Add ApplyStrangifier function Add ApplyStrangifier, TradeUp, RemoveItemAttribute, ApplyStrangePart functions May 6, 2021
@Kettle5000
Copy link

What about civilian grade stat clock ? I couldn't find nothing about it

@Preport
Copy link
Author

Preport commented Nov 4, 2021

What about civilian grade stat clock ? I couldn't find nothing about it

No idea never used them.
If you need it to be made I'll need a decorated item and a stat clock.
You can contact me on discord there's a username on my profile.

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

Successfully merging this pull request may close these issues.

2 participants