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!

[SHARE] FULL GS SOURCE - No More Selling

Newbie Spellweaver
Joined
Jun 24, 2019
Messages
50
Reaction score
7
Not sure but check this one:
Code:
bQBoxDrop = true,

i checked it,it was true already in some map,but it cant appear.Is that about the mob genitem in glogic?maybe i need to add it myself

UPDATE:i CHECk the Q_LV.genitem is worked,but the destiny box is still cant drop.
 
Last edited:
Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
498
Reaction score
350
Bin:

This is my personal build (old) but i don't have time to provide VirusTotal link, maybe someone can. Thanks.
 
Junior Spellweaver
Joined
Oct 12, 2015
Messages
148
Reaction score
1
Bin:

This is my personal build (old) but i don't have time to provide VirusTotal link, maybe someone can. Thanks.

no problem atleast you help me :).

 
Last edited:
Newbie Spellweaver
Joined
Jun 24, 2019
Messages
50
Reaction score
7
i checked it,it was true already in some map,but it cant appear.Is that about the mob genitem in glogic?maybe i need to add it myself

UPDATE:i CHECk the Q_LV.genitem is worked,but the destiny box is still cant drop.

OH GOD...finally i fixed it.thank god!
 
Experienced Elementalist
Joined
Feb 12, 2018
Messages
217
Reaction score
19
any idea what is this game text error? and how to find it? thanks.

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

 
Newbie Spellweaver
Joined
Mar 9, 2020
Messages
64
Reaction score
18
any idea what is this game text error? and how to find it? thanks.

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


Edit your itemstrtable_gs.xml - located at data/gui

You need to manually update that one as well everytime you change or add values on item.isf

Add this below SENTENSE 015_003 (for example):
<SENTENSE Ver="1" Id="IN_015_004">
<VALUE Lang="GS">Your New Item Name</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="ID_015_004">
<VALUE Lang="GS">skip or put the same value as your new item description</VALUE>
</SENTENSE>

And don't forget to update your glogic.rcc, client and server files.
 
Experienced Elementalist
Joined
Feb 12, 2018
Messages
217
Reaction score
19
Edit your itemstrtable_gs.xml - located at data/gui

You need to manually update that one as well everytime you change or add values on item.isf

Add this below SENTENSE 015_003 (for example):
<SENTENSE Ver="1" Id="IN_015_004">
<VALUE Lang="GS">Your New Item Name</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="ID_015_004">
<VALUE Lang="GS">skip or put the same value as your new item description</VALUE>
</SENTENSE>

And don't forget to update your glogic.rcc, client and server files.


Thank you, i will try. :rock:
 
Newbie Spellweaver
Joined
Jun 24, 2019
Messages
50
Reaction score
7
then please share how you fix it so the next time someone encounter this problem maybe your solution could help them fix it :) just saying. :D

destiny box cant drop
u must add it itemcode in lv.genitem
like:QTITEM 9,1 chance%
the q_lvl genitem is about the chance which type destiny box dropi think,u can use lv-lv period genitem that u dont need to fix 1 by 1
 
Newbie Spellweaver
Joined
Apr 14, 2020
Messages
10
Reaction score
0
I notice the source code is comment out all the m_pInterface variable and it causing clubwar timer and some other interface not showing. Anyone know how to fix m_pInterface? in GLGaeaClient.cpp and GLGaeaClientClubBattle.cpp?

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
Capture.PNG - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
do you know where to download luaplusc.exe thanks
 
Newbie Spellweaver
Joined
Mar 10, 2021
Messages
8
Reaction score
0
how to enable these multi stage instances ?
instances - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top