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] Offline Vend (Split source)

Experienced Elementalist
Joined
Jun 29, 2010
Messages
222
Reaction score
15
after you merge with no Error
find Store Business Permit on ItemEditor
then 2nd Page Set Remodel 0 set to 1
0 Normal ( Not OFflien Vend )
1 Premium ( Offline Vend ) ( Server list / or Exit Game / Anything you do, even force close )

Sencore Offline Vend <3
I merge it successfully and follow this set up but the character is still dropping off i dont know why. Im using vs2003.
 
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
Anyone can help me? this error?
you miss }
read the error local function illegal

you miss }

I merge it successfully and follow this set up but the character is still dropping off i dont know why. Im using vs2003.
find :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !bForce/*&& !pPChar->m_bOffVend*/ )
raplace to :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !pPChar->m_bOffVend )

Find this :
if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();

Replace to :
//if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();
 
Newbie Spellweaver
Joined
Apr 3, 2020
Messages
47
Reaction score
0
after you merge with no Error
find Store Business Permit on ItemEditor
then 2nd Page Set Remodel 0 set to 1
0 Normal ( Not OFflien Vend )
1 Premium ( Offline Vend ) ( Server list / or Exit Game / Anything you do, even force close )

Sencore Offline Vend <3
I do that sir but still no luck
 
Newbie Spellweaver
Joined
Jul 2, 2023
Messages
70
Reaction score
10
View attachment 244726 field still drop save when close market

i test on 2008 source same problem

my test

Does the 2008 source the same on this?
 
Supremacy Developer
[VIP] Member
Joined
Sep 13, 2020
Messages
59
Reaction score
18
thanks for this working on me, u need to set fix code GLGaeaServerMsg, GLGaeaServer and GLAgentServer. Read back is the key
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
222
Reaction score
15
you miss }
read the error local function illegal


you miss }


find :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !bForce/*&& !pPChar->m_bOffVend*/ )
raplace to :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !pPChar->m_bOffVend )

Find this :
if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();

Replace to :
//if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();
thanks for the hint it works fine now. #readback missing codes
 
Elite Diviner
Joined
Sep 7, 2020
Messages
462
Reaction score
78
working now
1699442774750 - [Share] Offline Vend (Split source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
thank you for sharing: it works (y):) and thank you to all the tips

you miss }
read the error local function illegal


you miss }


find :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !bForce/*&& !pPChar->m_bOffVend*/ )
raplace to :
if ( pPChar->m_sPMarket.IsPremiumMarket() && !pPChar->m_bOffVend )

Find this :
if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();

Replace to :
//if ( pPChar->m_sPMarket.IsOpen() ) pPChar->m_sPMarket.DoMarketClose();


Yes you can play your 1 character while the other is vending on same user
while the vendor still online in marketplace you can even buy to your own store :)
you can't play 2nd character in account if 1st char set vend

the only problem i have is the Business Store Permit even i make Remodel 0, 1, 2 all can vend offline
 
Last edited:
Newbie Spellweaver
Joined
May 15, 2015
Messages
67
Reaction score
9
This feature was great... thanks for sharing with us. no problem at my source.
 
Newbie Spellweaver
Joined
Apr 12, 2022
Messages
68
Reaction score
10
I have successfully compiled with vs 2003 but after I try vending and closing the client the character still disappears, I have also changed the remodel to 1, can anyone help me
 

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
I have successfully compiled with vs 2003 but after I try vending and closing the client the character still disappears, I have also changed the remodel to 1, can anyone help me

double check the code maybe something is missing :)
once you see it it will work well
 
Junior Spellweaver
Joined
Jun 25, 2023
Messages
148
Reaction score
25
I have successfully compiled with vs 2003 but after I try vending and closing the client the character still disappears, I have also changed the remodel to 1, can anyone help me
disable auto kick when afk function at marketplace
 
Back
Top