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!

[Tutorial] How to install MysteryBox

☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
Really thanks!
but the last thing is that in the store doesn't appear the boxes how I can put them?
I'm a little confused and I need some help
LukasCCB - [Tutorial] How to install MysteryBox - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 12, 2015
Messages
14
Reaction score
1
[h=2][COLOR=inherit !important]MysteryBox What is management?[/COLOR][/h]
 
Junior Spellweaver
Joined
Sep 29, 2008
Messages
110
Reaction score
57
Really thanks!
but the last thing is that in the store doesn't appear the boxes how I can put them?
I'm a little confused and I need some help
LukasCCB - [Tutorial] How to install MysteryBox - RaGEZONE Forums

var[0].SetNumber(7);
var[1].SetString("account");
var[2].SetBoolean(false);
var[3].SetBoolean(false);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
 
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
var[0].SetNumber(7);
var[1].SetString("account");
var[2].SetBoolean(false);
var[3].SetBoolean(false);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);

yep already did that but the mastery boxes doesn't show in the new tab Is like something wrong with the connection to the api or I need to put it them in the SQL Server besides with the SQL Query that lukasccb has given?

I just need that to can put it :love:
 
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
already I run the query that lukasccb gives but I have to add the boxes to another tbl?
 
Newbie Spellweaver
Joined
Aug 17, 2015
Messages
68
Reaction score
46
thank you i got it working now and have worked out how to sell car's in the market place and do them so you can place them and pick them up
just working on adding a opening system for the case's

lootcase - [Tutorial] How to install MysteryBox - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 16, 2015
Messages
43
Reaction score
17
thank you i got it working now and have worked out how to sell car's in the market place and do them so you can place them and pick them up
just working on adding a opening system for the case's

View attachment 153245
Can u please explain how you got them working?
Thanks if you will ever explain. :D please
 
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
thank you i got it working now and have worked out how to sell car's in the market place and do them so you can place them and pick them up
just working on adding a opening system for the case's

View attachment 153245

what source did you use? coz I use IR source and I never can put it the items doesn't show in the marketplace
 
Newbie Spellweaver
Joined
Aug 17, 2015
Messages
68
Reaction score
46
what source did you use? coz I use IR source and I never can put it the items doesn't show in the marketplace
i have tryed with the iss source and the alpha source but that needed more work to get going
 
Junior Spellweaver
Joined
Jan 19, 2014
Messages
136
Reaction score
126
Tutoriel is no done :

Error 4 error C2039: 'lastWinID' : is not a member of 'wiUserProfile' c:\WarZ\src\EclipseStudio\Sources\UI\FrontEndWarZ.cpp 2712 Eclipse Studio


LukasCCB - [Tutorial] How to install MysteryBox - RaGEZONE Forums


Searche for:
Code:
int		GameDollars;

add below:

Code:
int		GameCells;	
	int		lastWinID;
 
Newbie Spellweaver
Joined
Nov 20, 2008
Messages
18
Reaction score
0
all it done but i added to itemdb but in tab8 don't show any case to buy
 
Last edited:
Back
Top