-
Content Count
93 -
Joined
-
Last visited
-
Days Won
11
-
When the Release build works but not Debug, that's probably something with your Visual Studio project configuration (include paths, library paths, runtime libraries, etc)
-
Probably missing UI .clu files/definitions. I suggest debugging it using the Visual Studio Debugger, otherwise it will be a time sink trying to find the culprit. I would expect the game client to work with it as-is, but it's been some time so...
-
Very nice! Although I was thinking of doing game logic from scratch with some ECS library. It also seems counterproductive to have this gate/group/game separation now that we have x64 architectures.
- 19 replies
-
I suggest checking for any errors in the log folder or debugging GameServer. The saving function is probably rolling back due to some check not being met.
-
Compilable and runnable client and server source 1.3X
Mdrst replied to Jonathan's topic in Paid services & Requests
@Jonathan Just a reminder: there are no 1.3x released sources. The leaked source files are all ToP 2.x, which are then rolled-back/patched to match the packet structure of the 1.3x client. It could be the same "to the naked eye", but I think you should know that. -
This may be true for newer architectures/stacks, but ToP is so old that your network library can and WILL be clogged much earlier than what your hardware is capable of dealing with. LIBDBC is a mess and unless someone reworks it entirely in a less error-prone environment we will still see servers being DDoS'd. I commend the efforts of @nyarum12 of writing his emulator in Zig. I am VERY interested in doing a server emulator using Rust just to get the server side "lean-and-mean" and not have to deal with C++ bullshit (more specifically, C++98 bullshit). Smells like ChatGPT spirit.
- 19 replies
-
- 1
-
-
Take a look at the lua functions called whenever a player leaves a certain map. You can get the "role" object (player) and use the TakeItem function to remove all items with a certain ID.
-
@okore Dependendo do que for, posso ajudar. Discord: mdrst
-
Preorders will have 20% discount. All my paid mods come with licenses, so rest assured that you won't buy a leaked mod.
-
This seems like an XY problem. @Daxter Why did you want to edit OpenTiger?
-
@squaller Yes.
-
Is it possible to create account-wide bank without source files?
Mdrst replied to Daxter's topic in Questions & Help
@Daxter Detours is the library that enables the pkomod loader. It allows you to hook functions and call your own functions instead, so you could hook, among other things, the function that opens up the bank UI - and show the account bank UI instead. This is just an example, ofc, it would take a lot more effort. -
Is it possible to create account-wide bank without source files?
Mdrst replied to Daxter's topic in Questions & Help
Yes, it's possible through a combination of Detours (pkomod loader), Lua and LuaSQL. -
-
@BXlevovich I am not familiar with this issue, but yes it is/will be fixed.