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!

juver sourcee updated files

Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10
just add new option for send to all player. send itembank with function productnum and usernum, if u wanted to send only for online player, just use function userloginstate=1 .




you can create your own generator. i hope this reference code will help you
Code:
mssql_query("INSERT INTO ".RanUser.".dbo.TopUp (vocercode,pin,point) VALUES ('$vocercode','$pin','$totalpoint) ");
$vocercode = specialchars($_POST['code']);
                $pin = specialchars($_POST['pin']);
                $totalpoint = (int)$_POST[totalpoint'];

then you can hook that function with button in the form a program / website.
View attachment 170552

Thank You so much my brothers, god bless you

But I have problem, when i use your query i got this massagge
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'INSERT INTO'.

and i try to input manual but after that i try to insert in game i got error massage Top Up Error
UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums
 
Last edited:
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
Thank You so much my brothers, god bless you

But I have problem, when i use your query i got this massagge
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'INSERT INTO'.

and i try to input manual but after that i try to insert in game i got error massage Top Up Error
UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums

create a form like this [video]https://streamable.com/5gx40m[/video]
 
Newbie Spellweaver
Joined
May 1, 2018
Messages
21
Reaction score
3
I made a Wing slot and created an equip item by changing the wear position to a wing and equip in the added slot wing It shows on the character but item not in the wing slot.



how can i solve this problem thanks bro
 
Newbie Spellweaver
Joined
May 1, 2018
Messages
21
Reaction score
3
Hi bro! how to use these files with encrypt.
When I use filecrypt gui xml encrypt these files it crashes the game.

UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums


thanks in advance
 
Master Summoner
Joined
Feb 6, 2019
Messages
573
Reaction score
159
if you want to encrypt/decrypt the gui always change the setting on xmllist.ini and sometime explore . ask a question to yourself why the hell did the xmllist.ini is there what is the purpose of it .
Hi bro! how to use these files with encrypt.
When I use filecrypt gui xml encrypt these files it crashes the game.

UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums


thanks in advance
 
Newbie Spellweaver
Joined
May 1, 2018
Messages
21
Reaction score
3
if you want to encrypt/decrypt the gui always change the setting on xmllist.ini and sometime explore . ask a question to yourself why the hell did the xmllist.ini is there what is the purpose of it .

I tried setting xmllist.ini to ENC=gameextext.xml. After that I encrypt gameextext.xml but it doesn't work


 
Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10
After 1 week i explore empirez source i got some issue on gunner summon class, the attact summon to low and attack reflek to other player except party and same school,, i here have some problem with me?
 
Joined
Feb 19, 2013
Messages
527
Reaction score
101
I see one server can do it. I don't know how he did it.

You don't need to do it. Just pack your gui to game.exe , that's easy way.
Or you can modify tiny.xml to make it read crypt function
like ugn urban source. But if you use emulator you must decrypt gui ,
so, just pack it , more safe and i think that is the best way .
 
Newbie Spellweaver
Joined
May 7, 2021
Messages
18
Reaction score
0
I made a Wing slot and created an equip item by changing the wear position to a wing and equip in the added slot wing It shows on the character but item not in the wing slot.



how can i solve this problem thanks bro



i have this same problem. i already add the code on xml. may i know if you make this work ?
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
122
Reaction score
8
explore it in gui or maybe you forgot some codes in your source uilib,, check also error logs if there are missing from gui xml. i addedd already a lot of new item slot and its working fine

i have this same problem. i already add the code on xml. may i know if you make this work ?
 
Newbie Spellweaver
Joined
May 7, 2021
Messages
18
Reaction score
0
Last edited:
Custom Title Activated
Loyal Member
Joined
Mar 24, 2011
Messages
1,632
Reaction score
145
Last edited:
Back
Top