gzuz are you sayin about log? limit?
take a look
Gregooverse - The Developer's Corner -beta-
its easy to change XD'
Printable View
gzuz are you sayin about log? limit?
take a look
Gregooverse - The Developer's Corner -beta-
its easy to change XD'
i mean the amount of damage that one user can output to a monster or other player. Max dmg per hit, there is a limiter for it, is that the same one?
I guess that dame limit are something like 40k .. above it you get negative attack ..
The value is a signed 16-bit integer if I recall correctly, that's 0 to +/- 32,767
The value can be variable cuz when I tried test damage on low level char, I see that it can support to 200k .
the problem is ive gone back to old jpt 4096 server. Ive worked my way up to adding everything in so i know whats happening where. I am now trying to edit damage cap but i cant seem to find the offset it is located at. So, when i hit a player with my gm gear on, i have max dmg of somewhere in the region of 16k, but it will not deal the full damage.
Also.
Does anyone know where skill damages are located in the client? im using client 2447. Ive translated alot in it so far, need to find skill table instead of just name table so i can change skill damages and attributes.
oh yeah....how stupid of me, didnt think of that *FACEPALM*. any idea what the offset in server is?
Look here:
Gregooverse - The Developer's Corner -beta-
It's about magic dmg but you can find some parts about weapon and power.
Your dmg is probably stored in some formula like weapon dmg + str/2 * 3 - 10. You need to set your BP and find where final value is calculated.
Ahh i see, is there any unique identifier for each skill or are they just randomly placed in a table? Thanks Man
Yes there is, PT using similar IDs as in items table or sound files connected to monsters/players.
e.g. mgs skill Agony -> 8010001h, fire bolt -> 8010002h
Has anyone encountered this yet? i guess this will make clan warehouse work in BC?
WarhouseRight() .. db.... ...... %s ....http://%s/tjboyh/clan_WarehouseRight...t=%s&ticket=%d
Thanks for all of your help vormav :) youve been awesome!
O it's a .php script. But I never seen anyone recreating it.
By clan warehouse you mean WH that clannies can share? That would be nice script but it would also had to create and write to .war file.
its for the bless castle warehouse. Thats already in game, i dunno if it just wont create the war because the script isnt there.
or maybe its all online...? no more stupid war files and no more stupid item log files for that? could be all db based seeing as its a later addition