[Tool Php] Real alchemy rate

03/16/2013 23:05 royalblade#16
Later i will O_O
03/16/2013 23:42 intercsaki#17
Nice tool, bookmarked. :)
03/16/2013 23:46 LastThief*#18
Noob tool can be written within 10 minutes

*insert troll face here*

OT :
uh as always french people are awesome :D
03/17/2013 03:59 Alexiuns#19
good job
03/18/2013 16:48 manga2406#20
Does it work on servers like LW Olsta? Thx in advance
03/18/2013 16:54 LastThief*#21
Quote:
Originally Posted by royalblade View Post
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.

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)
Did i not?

set @bluenumalgo = (@basealgo*(@immonum-1)) -- dont touch
set @magimmo = ((@baseimmo*@immonum)-@bluenumalgo) -- dont touch

is this not some sorta calculation for you?
MagParam / 2^32 or 2^16 I don't remember exactly
03/18/2013 18:19 gigola123#22
Quote:
Originally Posted by LastThief* View Post
MagParam / 2^32 or 2^16 I don't remember exactly
False :D I didn't get it like that :)
03/18/2013 20:19 LastThief*#23
Quote:
Originally Posted by gigola123 View Post
False :D I didn't get it like that :)
You can get it in that way more simple , more better :D
03/18/2013 20:45 gigola123#24
Quote:
Originally Posted by LastThief* View Post
You can get it in that way more simple , more better :D
Yeah but what you get with that ? The ID of blue or something like that ?
03/18/2013 21:35 LastThief*#25
Quote:
Originally Posted by gigola123 View Post
Yeah but what you get with that ? The ID of blue or something like that ?
yes and parse it later using magicopt.txt
03/18/2013 22:03 gigola123#26
Quote:
Originally Posted by LastThief* View Post
yes and parse it later using magicopt.txt
Yup I do almost the same , but not calculate like that :)