do not quite understand the part "text_cl"
Screaming that you could help me in Portuguese? >. <
Printable View
do not quite understand the part "text_cl"
Screaming that you could help me in Portuguese? >. <
English:
You can write your problem in Portuguese and add google translation below, I think it will be easier to understand.
So what's the problem? You have hard time adding new section?
Portuguese:
Você pode escrever o seu problema em Português e adicione tradução google abaixo, eu acho que vai ser mais fácil de entender.
Então, qual é o problema? Você tem dificuldade de adicionar nova seção?
Very good work, fascinated me very :ott:
but I have a small problem,
Phoenix files (ID16) cause crash (error) in game...
Do you know where this error may be related?
Very very thanks!
Sorry my ingles :blushing:
You mean boots, gauntlets, bracelets?
Try deleting your:
mfbb00_p.SMD
mfbc00_p.SMD
mmba00_p.SMD
mmbd00_p.SMD
tfbd00_p.SMD
tmba00_p.SMD
tmbb00_p.SMD
tmbc00_p.SMD
If it will not help than I will need some more details:
On what character (class) it is happening?
What's exact error? You putting item on and game crash?
Can you upload your game.exe or items table?
error when i select character
http://farm3.anhso.net/upload/201111...-233512_er.jpg
:?::?:
Those question marks should be over my head... It's not my game.exe I don't know what's inside. This SS tells me nothing except that you did something wrong when you edited your game.exe or compiled code.
I recommend you to test it on my game.exe and redo yours from scratch.
TO ALL:
If you are going to report bug could you at least give some useful informations plox!? I can't fix errors when I get informations... O I have error and the error message is "error".
- I'm assuming that you guys know how to attach debugger, check where code is crashing and post that code
- uploading game.exe + customizeLook.dll will not hurt anyone
- giving me your customizeLook.h would help to
- too much information is always better than non
Keep in mind that more informations you give me faster your problem will be solved.
I hope that's clean and we can move on. :)
I sent my game.exe and customizeLook.dll through your messenger. Thanks for helping me :)
So far looks good... hey you did not compiled DLL!
You need to do this point after you changed your customizeLook.h
This should fix your problem however if this will not help than give me IP:port of this client and maybe some hotuk.ini that will make it run in window mode.Quote:
If build target is not set to Release than change it. Rebuild (ctrl + F11) your .dll and copy it (bin\Release) to PristonTale main folder.
I sent game.exe, hotuk and IP through your messenger. Thanks :)
You did not send IP to your server and ports are strange so I can't login to my server with this client.
But that's not the problem you did not RECOMPILED DLL!!
I can login to my game.exe using your DLL!!
Your game crashes because of my addresses in DLL!!
Gosh... :)
Here is DLL compiled with your customizeLook.h, copy it to your client folder and replace existing .dll
http://www.multiupload.com/GGJUQQY6PK
Next time:
http://oi40.tinypic.com/xnrml2.jpg
Thanks vormov for helping me. I have complete :) but Higlander armor was transparent http://farm3.anhso.net/upload/201111...21520_eror.jpg
That's the part every private server will have to do alone,
my release support official tables (items),
it will work with kPT, ePT, bPT, jPT and probably any other official client table.
Something like that happening because your HighLander armour have different ID (in item table) than official PT server. In other word it was manually added with different ID.
For example your armour can have ID 39, but in .ASE files there is no mesh with ID like that so it will not be displayed.
Official ID of HighLander armor is 19. To fix it for your server you need to open all my .ASE files and change armours (bodys) with number 19 to your HighLander ID.
Or just change HighLander ID to 19. But be sure that no other armour have this ID.
Read previous post if you don't know how to get item ID.
Good luck.
__EDIT__
I forgot I have your game.exe lol
your armour ID is "1A", and as I said before, official ID is 19, there is no body with ID 1A in my .ASE files and that's why nothing is displayed.
Clear as mud :)?
PS. items.xlsx provided with source files will tell you all IDs you need.
Thanks! I will try to follow your instructions ^^!
-------------- Clean: Release in customizeLook ---------------
Cleaned "customizeLook - Release"
-------------- Build: Release in customizeLook ---------------
Compiling: customizeLook.cpp
Linking dynamic library: bin\Release\customizeLook.dll
Creating library file: bin\Release\libcustomizeLook.dll.a
Output size is 63,00 KB
Process terminated with status 0 (0 minutes, 2 seconds)
0 errors, 0 warnings
.
.
dll compiled dont work
You did all good, but don't know why you calling functions from DLL wrong way O,o Just do CALL <name_of_function>
1
Change it to:Code:046F400F E8 BCD192FB CALL 000211D0
Code:CALL getItems
2
Change it to:Code:046F40BC E8 3FD292FB CALL 00021300
And your .dll should work :)Code:CALL composeLook
I send you correct Game.exe and .dll just in case.
__EDIT__
I think you did not do "server part", customized look is not displayed in player select screen, points 7) and 8)
You also need to change your item table to official items table or edit my .ASE files and source code.
Good Luck.