Skip to content

v1.4.0beta#49

Merged
AllRoundJonU merged 14 commits intomainfrom
v1.4.0beta
Mar 9, 2025
Merged

v1.4.0beta#49
AllRoundJonU merged 14 commits intomainfrom
v1.4.0beta

Conversation

@AllRoundJonU
Copy link
Copy Markdown
Member

v1.4.0

This update implements it_bridge and fixes bugs regarding to ox_inventory and ND_Core and everything else!

IMPORTANT

If you are using ox_inventory please update all it-drugs items!

You can find the new list in the docs:
https://docs.it-scripts.com/it-drugs/installation#items-for-it-drugs

Also you have to update your database please execute these commands:

ALTER TABLE drug_plants ADD COLUMN IF NOT EXISTS dimension INT(11) NOT NULL DEFAULT 0;
ALTER TABLE drug_processing ADD COLUMN IF NOT EXISTS dimension INT(11) NOT NULL DEFAULT 0;

Make also sure that the name of the it-drugs folder ist it-drugs

Files to change:

  • Please update all files

(You have to replace your config.lua)

Bug Fixes

  • Fix selling money type bug
  • Remove duplicated loop
  • Fix selling issues

Changes

  • Remove intern bridge
  • Implement it_bridge Resource
  • Update Notifications
  • Update TextUI
  • Update Version Check
  • Update sql table
  • Remove not working features
  • New Startup Message

TsUmAxSTM and others added 14 commits February 1, 2025 23:00
Adding a maximum and a default amount when choosing items to buy
Removing function to give items back to player after cancelling place obj action (if item is set to consume = 0 in ox_inv items.lua, will not be remove, and will be removed by the script only when placing the object, edited in sv_processing.lua line 409)
Removing function to give items back to player after cancelling place obj action (if item is set to consume = 0 in ox_inv items.lua, will not be remove, and will be removed by the script only when placing the object, edited in sv_processing.lua line 409)
Changed line 409, stored back to using it.removeItem even if using ox_inv
Because it should remove the item HERE now, after usage, since it's not being remove on automatically from ox_inv on direct usage (consume = 0)
Creating an SQL file to make the db upload easier
- Remove Bridge
- Implement it_bridge Resource
- Update Notifications
- Update TextUI
- Update Version Check message
- Bump Version
- Moved some functions
- Update Config
- Fix moneyType bug
@AllRoundJonU AllRoundJonU merged commit 9f20db7 into main Mar 9, 2025
@AllRoundJonU AllRoundJonU deleted the v1.4.0beta branch May 27, 2025 20:04
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