Jump to content
heinsenberg

Stall 4.0

Recommended Posts

2 hours ago, heinsenberg said:

Can anyone help me with vector stall 4.0 not working for me

Hello, good, please, we need to be more happy about what you are doing, how you are adding it, so we can help you.

  • Thanks 1

Share this post


Link to post
Share on other sites

Hello @heinsenberg,

 

There is a saying in development: there is an error in the NNN line. This is how they answer when a person asks how to solve a problem, but does not provide enough information about the problem. :smile:

 

Could you please provide more details? What exactly isn't working? What errors? And so on.

 

 


Share this post


Link to post
Share on other sites

---------------------------
pkodev.stallserver.exe -System error
---------------------------

Code execution cannot continue because MSVCP140D.dll was not found. Reinstalling the program to fix the problem.
---------------------------
OK   
---------------------------    already dowload every dll continue error

Share this post


Link to post
Share on other sites
On 1/11/2024 at 10:55 PM, heinsenberg said:

---------------------------
pkodev.stallserver.exe -System error
---------------------------

Code execution cannot continue because MSVCP140D.dll was not found. Reinstalling the program to fix the problem.
---------------------------
OK   
---------------------------    already dowload every dll continue error

Do you have Visual Studio 2019 (2022) installed and can you build StallServer yourself?


Share this post


Link to post
Share on other sites

but u connected the stall server with the gate server, and client port, right?, cuz that happens to me too, but when i remove the stall mod in the client files, it work very well, maybe same thing with u.

 

Edited by StaffEN
  • Thanks 1

Share this post


Link to post
Share on other sites

Hello @heinsenberg,

 

Show your GateServer.cfg and pkodev.stallserver.cfg please.


Share this post


Link to post
Share on other sites

//
// Stall Server version 4.0 configuration file
// 
// (C) V3ct0r from PKODev.NET
// 09/20/2021
// https://pkodev.net/profile/3-v3ct0r/
//
// Syntax:
//
//   [section0]
//   key0 = value0
//   key0 = value1
//   key1 = value2
//   ...
//   [section1]
//   key2 = value3
//   ...
// 
// Multiple identical keys for a parameter are supported:
// 
//   map = garner
//   map = magicsea
//   map = darkblue
//   ...
//
// Allowed commenting characters:
//
//   '\\', '//' and '#'
//
// Supported data types:
//
//   'integer', 'double', 'boolean' and 'string'
//
// Boolean constants: 
//
//   'true', 'false', '1', '0'
//
// Note:
//
//    File: Client\scripts\lua\forms\player.clu
//     Change line (~579) 
//       UI_FormSetIsEscClose(frmFound, FALSE)
//     to
//       UI_FormSetIsEscClose(frmBooth, FALSE)
//    Now pressing the ESC key will not cancel set stall.
// 
// Thanks for using Stall Server!
//


[ToClient]
host                = 0.0.0.0  // [string]  IP address Game.exe -> StallServer.exe
port                = 1973     // [integer] Port       Game.exe -> StallServer.exe
max_player          = 2048     // [integer] The maximum number of clients that can simultaneously connect to the server
max_clients_per_ip  = 64       // [integer] The maximum number of connections from one IP address (0 = limit is disabled)
connection_interval = 1000       // [integer] Time interval between connections from one IP address in milliseconds (0 = limit is disabled)

[ToGate]
host   = 26.63.93.178            // [string]  IP address StallServer.exe -> GateServer.exe
port   = 2715                   // [integer] Port       StallServer.exe -> GateServer.exe
ip_mod = true                   // [boolean] Is the mod 'pkodev.mod.stallip' installed for GateServer.exe?

[Map]                           // [string]  List of maps on which the offline stall system works
map = garner
map = magicsea
map = darkblue          

[Game]
max_stalls_per_ip    = 0         // [integer] Max offline stall per IP (0 = disabled)
max_offline_time     = 0         // [integer] Max trading time for offline stall in seconds (0 = disabled)
close_stall_on_empty = true      // [boolean] Close an offline stall if it is empty
 

Share this post


Link to post
Share on other sites

gate

[Main]
Name = PKO138
Version = 140

[GroupServer]
IP = 26.63.93.178
Port = 9001
EnablePing = 180

[ToClient]
IP = 0.0.0.0
Port = 2715
CommEncrypt = 0
EnablePing = 60    
MaxConnection = 1500

[ToGameServer]
IP = 26.63.93.178
Port = 9002
EnablePing = 180

[ShowRange]
ShowMin = 500
ShowMax = 800
IsUse = 1

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...