Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] Easy Get Item

Game Developer
Joined
Oct 1, 2005
Messages
420
Reaction score
47
i use a asp.net chinese site has come with cabalaFULL EP2 Package, its has webshop and u can edit edit item on him :D, i tested work nice, but now with proc i can make some prof on PHP :D

... no Work SQl 2005 ? No Items Premin T_T
Work but u need to set server aliases com mssql configuration painel.
 
Initiate Mage
Joined
Jul 8, 2008
Messages
2
Reaction score
0
Where i can get my id, transaction id (your control id) and serveridx?
 
Newbie Spellweaver
Joined
Feb 16, 2008
Messages
70
Reaction score
2
Where i can get my id, transaction id (your control id) and serveridx?

@id
select usernum from account..cabal_auth_table where id like 'you_account_here'

@transaction_id
you can use any number here, the main idea its use a number who link the buy process with the delivery process.
That means: you buy from cashshop, your shop give a id to the transaction (for example on mysql server), and use this to link bouth.
But to test you can use any number.

@serveridx

select gameserver..GetServerIdx()


remmber you need edit the name of the DB on my querys if not match.
 
Back
Top