gameserver project source

01/23/2021 16:21 kanift#1
bruh my friend reminded me of this game again and i have a project which is could help a little bit to someone in this section of the forum but unfortunately i had decided to clean and redo my last project related to this game but some other challanges got me excited more :kreygasm: and i forgot to continue the project and then i abondoned it.

i remember i was doing something else for calling the update func in this project but u can also hook the func that could be named as "FreeMsg" and it should be fine.
01/23/2021 16:35 #HB#2
Wow, great work dude.

Had some of these in my projects, but yours is very detailed. I liked your way writing the code.

Thanks!
01/23/2021 19:37 Exner.#3
thank you for share great thing <3
01/23/2021 22:12 LegendarySouL#4
good job <3
01/23/2021 22:18 XxGhostSpiriTxX#5
nice thanks for shared bro
01/24/2021 16:29 notHype*#6
Impressive.
01/24/2021 18:04 SubZero**#7
Greet work
03/04/2021 01:40 SDClowen#8
Codes look simple and clean. Gread work dude. Keep going :)
03/07/2021 09:56 kanka5252#9
I try import but have error cant import dll to gs
03/18/2021 05:33 JellyBitz#10
This has been really really helpful! Thank you!
03/20/2021 15:16 TautĄ#11
Wow, great, Thank you for this release, so i love this kind of easy and simple code writing.
03/21/2021 15:12 WolfgangNeverDie#12
Quote:
Originally Posted by kanift View Post
bruh my friend reminded me of this game again and i have a project which is could help a little bit to someone in this section of the forum but unfortunately i had decided to clean and redo my last project related to this game but some other challanges got me excited more :kreygasm: and i forgot to continue the project and then i abondoned it.

i remember i was doing something else for calling the update func in this project but u can also hook the func that could be named as "FreeMsg" and it should be fine.
Bro! How to detect new(orther) function's position?

[Only registered and activated users can see links. Click Here To Register...]
02/21/2023 16:33 kotsh23#13
Quote:
Originally Posted by kanift View Post
bruh my friend reminded me of this game again and i have a project which is could help a little bit to someone in this section of the forum but unfortunately i had decided to clean and redo my last project related to this game but some other challanges got me excited more :kreygasm: and i forgot to continue the project and then i abondoned it.

i remember i was doing something else for calling the update func in this project but u can also hook the func that could be named as "FreeMsg" and it should be fine.

Thank you for your source <3

please if you can tell me what this function do

```
auto cgobj_char::update_pos_info() -> void
{
call_virtual<void(__thiscall*)(cgobj_char*)>(this, 361)(this);
}
```
02/21/2023 22:01 kanift#14
Quote:
Originally Posted by kotsh23 View Post
Thank you for your source <3

please if you can tell me what this function do

```
auto cgobj_char::update_pos_info() -> void
{
call_virtual<void(__thiscall*)(cgobj_char*)>(this, 361)(this);
}
```
this is for if u forcefully change char pos like warp then this func helps u to letting gameserver knows it so u wont teleport back to previous pos