Checked the hex of jewels.dll.
Seems you load every custom item through it. Now, how do I add the ability to load wings? Don't really want to replace any other item like helm in case I'd add more sets in the future. Tried copy+paste Sword%d and renaming it to Wings%d, didn't work.
I have the wings in the same structure as swords.
How can I Enable checksum in this main.exe?
Any pro know how to do it?
Help me please!!!!!!!!!!!!!
P/s: I had configured scf_connect.ini to SCFUseCheckSum=1
And I generated checksum.dat then put it to kor folder.........
But not working!!!!!!!!!
I guess that must enable checksum in main.exe but i don't know how to do it!!!!!!
help please!!!!!!!!!!!
thankssssssssssssssssssss
Pm mình giúp free cho!!!! qua teamviewer nhé ^^
YH: cong_quyen_return
Last edited by quyen194; 31-08-12 at 06:34 PM. Reason: add YH
Hello, you can set custom jewels so exc option to add rings and pendants?
thank you very much
read this: http://forum.ragezone.com/f197/main-...ml#post7168202
u can add wings like this:
add in server side shields category for one wings:
add in item_eng.bmd same46 7 0 3 3 1 1 0 "Blade Master Wings" 150 90 220 400 0 0 0 0 0 0 0 0 3 0 0 0 0 0
result is like this: http://forum.ragezone.com/f197/main-...ml#post7160048
no... that must be coded in gameserver
you do not need to protect main.exe!!! you should protect jewels.dll!!
Thanks aecrimch.
Isn't it possible to actually add the wings into the main via HEX? Arieth Mu and Asirius mu did it.
Tried using Asirius mu main, but couldn't figure out where the hell does it hide its ip (regular method didn't work, connected to Asirius still).
The place for version and serial is the same though.
read this: http://forum.ragezone.com/f197/main-...ml#post7150489
no... u can extend limit of wings in main.exe but if it is not coded in gameserver is equal to zero...
they have support for custom wings coded in gameserver.
Got it.
Anyway, gonna try the method you described.
Thank you for the help so far.
Once you'll release your server, drop me a PM and I'll add a banner or a link to your server for all the work you've done and your patience with us noobs hehe.
Mkay. Everything seems to work.
2 bugs.
1. Wings disappear after moving to a new map (from Lorencia to Davias for example)
2. This:
How to make them appear as they should and not sideways?
@aecrimch: its posible change the color of the smoke effect in the new sets???
@aecrimch
Could you share the source code check crc file?
I have read a thread and make a dll file check crc file
And this is my project(include source code):
There are files list i need to check crc
unsigned long ulCRC2 = MyCRC32.FileCRC("message.wtf");
unsigned long ulCRC3 = MyCRC32.FileCRC("Data/Player/Player.bmd");
unsigned long ulCRC4 = MyCRC32.FileCRC("Data/Local/ItemAddOption.bmd");
unsigned long ulCRC5 = MyCRC32.FileCRC("Data/Local/itemsettype.bmd");
unsigned long ulCRC6 = MyCRC32.FileCRC("Data/Local/Eng/item_eng.bmd");
unsigned long ulCRC7 = MyCRC32.FileCRC("Data/Local/Eng/ItemLevelTooltip_eng.bmd");
unsigned long ulCRC8 = MyCRC32.FileCRC("Data/Local/Eng/itemsetoption_eng.bmd");
unsigned long ulCRC9 = MyCRC32.FileCRC("Data/Local/Eng/ItemTooltip_eng.bmd");
unsigned long ulCRC10 = MyCRC32.FileCRC("Data/Local/Eng/ItemTooltipText_eng.bmd");
unsigned long ulCRC11 = MyCRC32.FileCRC("Data/Item/Wing44.bmd");
But not work!
I build the DLL then hook to main, then run main, but....
1. When i rename dll -> main run error (not found file ...dll) so i think i hooked ok
2. When I replace the message.wtf with other one (has different crc) main still run >"<
This is link to my source code
Free Cloud Storage - MediaFire
please help me!!!!!!!!!!!!!!!
Thanksssssssssssssssssss*
quyen194,
for protect crc32 read this: http://forum.ragezone.com/f197/prote...2/#post7146776 and use that source, do not mix with your antihack code for testing...
about antihack u can use tdagg or pinkof... ur source is ineffective.
build a new dll named crc32.dll with that source...
here it is jewels.dll which load crc32.dll (crc32=89FF7E4B protected in jewels.dll): jewels_crc32.rar
tested and work ok...
you should editin jewels.dll and replace with your CRC32 crc32.dll before pack jewels.dll...PHP Code:89FF7E4B
Last edited by aecrimch; 02-09-12 at 09:52 AM.