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!

In-Game popup boxes.

Elite Diviner
Joined
Nov 24, 2008
Messages
432
Reaction score
14
Does anybody know how to make a pop up box like "Are you sure you want to quit The Duel?"

i want to make "cannot access server" a pop-up box.
 
2D > 3D
Loyal Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
Learn ASM.

incorrect

To create new frames, or buttons that actually WORK
and do what they are supposed to, you basically have
to rewrite the class in gunz that deals with the interface

AKA, i can name the people in our section on one hand that
would be able to do this
 
Upvote 0
Experienced Elementalist
Joined
Sep 4, 2009
Messages
248
Reaction score
69
Betrayed, you are half right and belette321 is half right.
from the classes, to asm. C++ is the easiest language (imo) to do this in. since them popup boxes being inside classes, you will have to use ASM in your C++ code. just use some checks.
 
Upvote 0
(。◕‿‿◕。)
Loyal Member
Joined
Oct 15, 2008
Messages
1,450
Reaction score
152
incorrect

To create new frames, or buttons that actually WORK
and do what they are supposed to, you basically have
to rewrite the class in gunz that deals with the interface

AKA, i can name the people in our section on one hand that
would be able to do this

Could do it with both. But you'd need to do a check to the XML's if you did ASM, which would be more work probably.
 
Upvote 0
2D > 3D
Loyal Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
Could do it with both. But you'd need to do a check to the XML's if you did ASM, which would be more work probably.

if you did it in asm it would be worthless D:, i mean we are talking days if not weeks of work in fcking olly. I take back the fact that you COULD do it in asm, but the fact is that its just not realistic.
 
Upvote 0
Back
Top