Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Owerride MaxItemComplexity ?
|
Author |
Message |
Khaos 
Master
 
Posts: 595
Likes Given: 166
Likes Received: 83 in 51 posts
Joined: Mar 2012
Reputation: 11
![]()
|
RE: Owerride MaxItemComplexity ?
Is he dropping the sword from crafting?! If so, just add a check into the crafting that if the player couldn't hold the item due to weight to check for the maxcomplexity and items in the area before they could make the item. This would override this bug and just stop the crafting of the item, forcing the player to put his items in his pack in a container or cleanup the area. Players abusing bugs. Hehe. Miss this stuff.
Also add this in:
Code:
on=@HitTry
if (<src.findlayer.layer_hand1.uid.amount> > 1)
src.findlayer.layer_hand1.uid.amount=1
endif
This should fix what I know they are using this for. It is just adding the amounts to the current weapon it seems. And I see them abusing this to one shot everything.
(This post was last modified: 02-18-2016 07:13 AM by Khaos.)
|
|
02-18-2016 07:09 AM |
|
|
Messages In This Thread |
RE: Owerride MaxItemComplexity ? - Khaos - 02-18-2016 07:09 AM
|
User(s) browsing this thread: 1 Guest(s)