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!

Character Creator Source Code 9 Classes

Initiate Mage
Joined
Jun 16, 2015
Messages
9
Reaction score
0
everything went well in compiling the dll, my question is, what is the correct way to "hook" it to the main? in PE_stud an error appears saying that there is no function, thanks and sorry for the english mistakes


Captura de tela 2023-04-14 145429.png
 
UtakAsoButete
[VIP] Member
Joined
Aug 3, 2011
Messages
942
Reaction score
483
everything went well in compiling the dll, my question is, what is the correct way to "hook" it to the main? in PE_stud an error appears saying that there is no function, thanks and sorry for the english mistakes


View attachment 174024
The source file has no export. You can add it if you want or else hook it inside the cabalmain using call loadlibrary.
 
Junior Spellweaver
Joined
Apr 2, 2023
Messages
195
Reaction score
83
How do I fix the C1010 error?
Not sure if there is much of a point requesting support about that.
It takes as much effort as typing "c1010 unexpected end of file while looking for precompiled header" into google and you will find yourself a stackoverflow post with solutions as well as a microsoft link that tells you what you can (but shouldn't) do.
I suggest to go that or similar routes with errors from any public software because it is very likely that your error is already known.
 
Initiate Mage
Joined
May 30, 2020
Messages
9
Reaction score
0
Help me Please... :cry::cry::cry:

I don't know how to use the D3D9 file, I don't know where to put this file or how to use it. Please give me an answer by making a short VDO step by step for me, thank you very much.

1681533714631.png
 
Junior Spellweaver
Joined
Apr 2, 2023
Messages
195
Reaction score
83
Help me Please... :cry::cry::cry:

I don't know how to use the D3D9 file, I don't know where to put this file or how to use it. Please give me an answer by making a short VDO step by step for me, thank you very much.

View attachment 174035
As much as I am for helping each other out and all that, the only way the section gets new contents is if those involved actually go the extra mile to learn a thing or two.
Everything necessary is available in the forum.
I know this isn't the help you were hoping for but to request a step by step video guide that (if I remember correctly) already exists in the forum is weird.
You know to describe your problem, so you know what to search for.

Anyone who gets to this point of server related works (I don't dare calling it development at this point) should at least have the curiosity to learn just a little bit, sorry if that comes across arrogant but we all had to learn that one way or another.
 
Italy
Joined
Oct 10, 2007
Messages
1,661
Reaction score
163
Inappropriate behavior
reinstall nugget packages in the project.
even reinstalling the nuget packages always the same error

can someone make a video of how it compiles to see where we have the error?
 
Last edited:
Junior Spellweaver
Joined
Jun 15, 2014
Messages
142
Reaction score
19
is it possible to add something else to the character Info?
Like Alz, Stat INT DEX STR or other?
 

Attachments

  • 1.png
    1.png
    3.1 KB · Views: 106
Initiate Mage
Joined
Sep 17, 2020
Messages
16
Reaction score
2
Compilation started...
1>------ Start compilation: Project: D3D9, Configuration: Debug Win32 ------
1>dllmain.cpp
1>LINK : fatal error LNK1104: unable to open file 'd3dx9.lib'
1>Compiling project "D3D9.vcxproj" NOT COMPLETED.
========== Build: 0 completed(s), 1 failed(s), 0 updated(s), 0 ignored(s) ==========
========== Build started at 4:42 PM and took 18.189 seconds ==========

I did as you say but always error
You need to learn how to read first.
Compile it with Configuration: Release Win32 (x86) 🤦‍♂️
 

Attachments

  • 1681755004538.png
    1681755004538.png
    527 bytes · Views: 37
Elite Diviner
Joined
May 21, 2011
Messages
410
Reaction score
72
Você precisa aprender a ler primeiro.
Compile-o com Configuração: Release Win32 (x86) 🤦‍♂️
I'm outraged by these kind of people, who can't read a fucking written topic.
The guy speaks well at the beginning of the topic to run on win x86 and the person cannot understand my god.
 
Initiate Mage
Joined
Sep 9, 2022
Messages
49
Reaction score
8
I hope someone is willing to share have some small guild video about this?
 
Back
Top