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!

ePT 3215 - Surprise!

Initiate Mage
Joined
Jan 11, 2021
Messages
4
Reaction score
0
OI can help me I searched for the endresses within Game.exe and Serve.exe of the skills and I didn’t think I could tell all the skills ’addresses if possible in DMGExample Silraphim delai 5 sec leaves 1 sec
 
Initiate Mage
Joined
Oct 14, 2020
Messages
4
Reaction score
0
how to open the event Crystal
i edited the hotuk file
*EVENT_CRISTAL
but it doesn't work
thks all
 
Joined
Jul 24, 2006
Messages
881
Reaction score
579
how to open the event Crystal
i edited the hotuk file
*EVENT_CRISTAL
but it doesn't work
thks all

Pretty sure *EVENT_CRISTAL is to turn normal monster spawning crystals (hopy, hobgoblin, decoy, bargon) etc into their boss counterparts.
If it doesn't work out the gate, might need to add a number after it, normally it 1 or 2
*EVENT_CRISTAL 1
*EVENT_CRISTAL 2



Yeah
*EVENT_CRISTAL 1
Will enable all monster crystals to spawn their boss variant.

Abiik2A - ePT 3215 - Surprise! - RaGEZONE Forums


RwqCh22 - ePT 3215 - Surprise! - RaGEZONE Forums

 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 8, 2004
Messages
279
Reaction score
36
All I could find on BR forums is this old table, if interest you :tee:

+1 0% 0
+2 0% 0
+3 0% 0
+4 0% 0
+5 0% 0
+6 0% 0
+7 0% 0
+8 0% 0
+9 0% 0
+10 25% 19
+11 30% 1E
+12 35% 23
+13 40% 28
+14 45% 2D
+15 50% 32
+16 55% 37
+17 60% 3C
+18 65% 41
+19 70% 46
+20 80% 50


On old method, we search on hex values "00 00 00 00 00 00 00 00 00 00 00 00 0F 00 00 00 14 00 00 00 19 00 00 00 1E 00 00 00 23 00 00 00"

And that was the table without aging stone, but today have several tables, so for anyone who wants to try, good luck!

Edit: I also remember that some guys said that the way to find the table isn't looking for the failure chances, but where is the table referenced. Don't know if that helps, maybe :fanny:


on this server.exe the aging tables are the following:
004E2386 |. 8975 18 MOV DWORD PTR SS:[EBP+18],ESI ; Table1
004E2719 |. 8955 20 MOV DWORD PTR SS:[EBP+20],EDX ; Table2
004E2858 |. 8975 18 MOV DWORD PTR SS:[EBP+18],ESI ; Table3
004E298C |. 894D 18 MOV DWORD PTR SS:[EBP+18],ECX ; Table4
004E2AE6 |. 894D 18 MOV DWORD PTR SS:[EBP+18],ECX ; Table5 (table for no stone)

and certainly there you can see the sequence of data expected.
also seems the diferent tables are used based on wich stone you used.

btw, location of this table infered from the "same" location from process in server that we have sources, and using by lookup reference the constant for aging stone 80B0A00 aka "sinBI1|sin10"
 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
someone can make available the tutorial to install this server, if possible with client and website.
very ty all
 
Initiate Mage
Joined
Jun 22, 2021
Messages
1
Reaction score
0
on this server.exe the aging tables are the following:
004E2386 |. 8975 18 MOV DWORD PTR SS:[EBP+18],ESI ; Table1
004E2719 |. 8955 20 MOV DWORD PTR SS:[EBP+20],EDX ; Table2
004E2858 |. 8975 18 MOV DWORD PTR SS:[EBP+18],ESI ; Table3
004E298C |. 894D 18 MOV DWORD PTR SS:[EBP+18],ECX ; Table4
004E2AE6 |. 894D 18 MOV DWORD PTR SS:[EBP+18],ECX ; Table5 (table for no stone)

and certainly there you can see the sequence of data expected.
also seems the diferent tables are used based on wich stone you used.

btw, location of this table infered from the "same" location from process in server that we have sources, and using by lookup reference the constant for aging stone 80B0A00 aka "sinBI1|sin10"

I tried to find and change the aging chances using these table addresses, but I didn't find the expected data (the age rate percent value to change). Is there any extra step needed to do? I'm using OllyDbg.

If you have any tutorial or clue about how I can do it, would be very appreciated. Thanks!
 
Initiate Mage
Joined
Mar 25, 2022
Messages
2
Reaction score
0
Hello, I have a few questions.
1)Can't the character name use other languages?
2) Monsters do not appear in ardo and bellatra.
3) Monsters do not appear in Ghost Castle and Lizard Swamp.
4) Can't add kpt New monster, npc (server won't turn on)
5) Adding kpt tmABCD will change the character's movement shape.
thank you
 
Initiate Mage
Joined
Apr 2, 2021
Messages
2
Reaction score
0
thanks for your https ,if it has a https for CHN may be batter
 
Newbie Spellweaver
Joined
Jan 5, 2019
Messages
7
Reaction score
0
@SunnyZ I can't invite another char in my clan, I get an unknown error (54). Can you help me fix that ?

Well, I think I found the solution myself by messing in the clanInsertClanWon.asp.
The IDX field was inserted with the same value as an existing row in UL so I fixed it by using a "select max(IDX) + 1 from UL"

Now i'm having clan error 19 when I expel a char from clan. I had a look in clanWonRelease.asp and it seems those lines are not working.

userid = Trim(Request("userid"))
gserver = Trim(Request("gserver"))
chname = Trim(Request("chname"))
clName = Trim(Request("clName"))
clwon1 = Trim(Request("clwon1"))
ticket = Trim(Request("ticket"))

If I force a value in those variables, its works but I don't know how to fix properly.
Any advice ?

You can contact me if still want a solution. The issue is from clanWonRelease.asp:
clwon1 = Trim(Request("clwon1"))
ticket = Trim(Request("ticket"))
 
Newbie Spellweaver
Joined
Dec 14, 2022
Messages
12
Reaction score
7
This is the best Classic repack available on RZ and should be pinned. ZeroPT has a major advantage being open sourced with the code available, but this simply has the best features available. It's running in a clean state. Tested and verified to work very nicely!
 
Newbie Spellweaver
Joined
Dec 30, 2022
Messages
5
Reaction score
0
any one here know what file should i edit to change characters attacks damages power?
 
Newbie Spellweaver
Joined
Jun 28, 2020
Messages
11
Reaction score
0
You cannot enter Bless Castle.
How can I get in?????
Likarten and Philai can go to any area.
but
The portal to Bless Castle won't open.
 
Joined
Jul 24, 2006
Messages
881
Reaction score
579
Make sure this line is in the servers hotuk

*EVENT_BITMASK 32
*EVENT_BLESSCASTLE
*EVENT_SIEGE_TIME 4 23

Specifically "*EVENT_BITMASK 32" enables the NPC in bamboo forest to send you to BC
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
to expand on SunnyZ's comment, make sure there is a flag somewhere in the BC castle area, otherwise the guards etc won't spawn.
 
Banned
Banned
Joined
Dec 15, 2023
Messages
29
Reaction score
10
how to run in window mode 800x600. I tried many ways but it didn't work.
 
Back
Top