Later i will O_O
MagParam / 2^32 or 2^16 I don't remember exactlyQuote:
True i never TOLD you.. i showed it to you on teamviewer.
But its nice to see how people turn their backs on someone so quickly...
I posted this crap at ******** which includes the basic calculation method once u have the base parameter which i indeed showed and told how to get.
Did i not?Code:use sro_vt_shard Declare @magimmo bigint Declare @baseimmo bigint declare @basealgo bigint declare @immonum int declare @bluenumalgo int declare @Slot int declare @charname varchar (64) set @charname = 'Razgriz' set @Slot = 17 set @immonum = 568387 -- Immortal number set @basealgo = 51 -- dont touch set @baseimmo=4294967347 -- dont touch set @bluenumalgo = (@basealgo*(@immonum-1)) -- dont touch set @magimmo = ((@baseimmo*@immonum)-@bluenumalgo) -- dont touch Update _Items set MagParam1 = @magimmo where ID64 = (select itemid from _Inventory where CharID = (select CharID from _Char where CharName16 = @charname) and Slot = @Slot)
set @bluenumalgo = (@basealgo*(@immonum-1)) -- dont touch
set @magimmo = ((@baseimmo*@immonum)-@bluenumalgo) -- dont touch
is this not some sorta calculation for you?