How to make the models?
Create a 1:1 copy of the item, change the bsr path at the itemdata_*.txt
I wasn't going to release anything for a while since I am hella busy these days with some real life issues but, some guys wanted this and I saw that other shared stuff and the ideas people have in mind are absolutely giving no sense, I will share this. Whoever wants to use it, go ahead.
Just wanted to let all he goddamn nubs know that the stupid OldID - NewID in the way everyone is doing it, IS A COMPLETE FAIL.
PHP Code:
DECLARE @DEGREE VARCHAR(2) = '10' //ModelType
SELECT MS1.RefItemID
FROM exBotConfigs.._AvailableModelSwitchs MS
JOIN Fayox_Shard.._Items IT
ON MS.RefItemID = IT.RefItemID
JOIN exBotConfigs.._AvailableModelSwitchs MS1
ON CASE
WHEN (PATINDEX('%SKIN%',MS.CodeName128))= 0 //Normal Item Detected
THEN (MS.CodeName128 + '_SKIN_'+@DEGREE)
ELSE (LEFT(MS.CodeName128,(PATINDEX('%SKIN%',MS.CodeName128)+ 4)) + @DEGREE) //Previously Switched
END = MS1.CodeName128
WHERE ID64 = 221347
| RefItemID | CodeName128 |
|---|---|
| 1 | ITEM_CODE |
-Models must be in this form [NORMALCODE_SKIN_DEGREE]
Now turn this to an update statement and enjoy.
A peek from the table
[Only registered and activated users can see links. Click Here To Register...]
The whole idea was first made by Elamidas, thanks guys!
Credits: da indian hoe