• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Share] Offline Vend (Split source)

Experienced Elementalist
Joined
Jun 29, 2010
Messages
222
Reaction score
14
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
14
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
461
Reaction score
78
working now
1699442774750 - [Share] Offline Vend (Split source) - RaGEZONE Forums
 
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
67
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
147
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