Dump required content from the 9.5 client data files.
Import as much data as you can into the database.
Resource or repack the 9.4 data files with as much content as you put into the database.
Get as many map files as you can get on the content that you are adding and try to add those into the server map files and also resource them into your 9.4 client or repack them into the 9.4 data files.
See this question as a whole is a tough one but if you take it step by step and ask for what you want to add one thing at a time then it can be explained a lot better.
BTW
If you are resourcing back up your working resource folder often and test new resourced content as often as you back it up. One mistake and a back up of the resources in the client can save a lot of back tracking.
If you are repacking then the same goes true for the data files.
If you are working with the maps and map resources. Back up your server map folder.
If you are rewriting .luas back up your lua files.
If you are entering new content into the database back up your databases.
Dump required content from the 9.5 client data files.
Import as much data as you can into the database.
Resource or repack the 9.4 data files with as much content as you put into the database.
Get as many map files as you can get on the content that you are adding and try to add those into the server map files and also resource them into your 9.4 client or repack them into the 9.4 data files.
See this question as a whole is a tough one but if you take it step by step and ask for what you want to add one thing at a time then it can be explained a lot better.
BTW
If you are resourcing back up your working resource folder often and test new resourced content as often as you back it up. One mistake and a back up of the resources in the client can save a lot of back tracking.
If you are repacking then the same goes true for the data files.
If you are working with the maps and map resources. Back up your server map folder.
If you are rewriting .luas back up your lua files.
If you are entering new content into the database back up your databases.
i see that you might have forgot about the ratios, its hard and complicated but i can help you via teamviewer.
long story short ratios doubles the price if u used 1.000.000 ratio and put real price 10 the outcome in-game will be an item that is price 10.000.000 .
however, I have encountered some issues with items that i wanted its price to be 9 digits. billions for example.
i see that you might have forgot about the ratios, its hard and complicated but i can help you via teamviewer.
long story short ratios doubles the price if u used 1.000.000 ratio and put real price 10 the outcome in-game will be an item that is price 10.000.000 .
however, I have encountered some issues with items that i wanted its price to be 9 digits. billions for example.
Ratios aren't hard or complicated, it's pretty simple multiplication, if you put the price as 10,000,000.00(10M) and you want to sell it for 10M at the store then you put the ratio as 1.00(1) the price will be 10M.
Ratios aren't hard or complicated, it's pretty simple multiplication, if you put the price as 10,000,000.00(10M) and you want to sell it for 10M at the store then you put the ratio as 1.00(1) the price will be 10M.
the logic is simple but dealing with it you counter alot of issues, i started by editing via tools and it always run an error with 1 billion price and higher, then i started editing directly via sql and i can't put 9 digits so yea you need to figure your work around ^^.
-I want some monsters to spawn randomly, but still in an interval.
I thought, this could work:
respawn_rare_mob( -1, math.random(1,1000), ... )
They always spawns after 10 seconds, no RNG at all.
-How can I make the client play a sound every time certain mobs spawn and die ( the RNG spawned mobs)?
-Are notices editable? Like the color or font of a notice?
-I want some monsters to spawn randomly, but still in an interval.
I thought, this could work:
respawn_rare_mob( -1, math.random(1,1000), ... )
They always spawns after 10 seconds, no RNG at all.
-How can I make the client play a sound every time certain mobs spawn and die ( the RNG spawned mobs)?
-Are notices editable? Like the color or font of a notice?
-
I'd like to note a great advice from @ "stop using Lua for mobs respawn", use nfm NFA (can't remember which one).
yes its harded since u will have to hash the files again and update them to the client but its more reliable and won't walk on walls
I'd like to note a great advice from @ "stop using Lua for mobs respawn", use nfm NFA (can't remember which one).
yes its harded since u will have to hash the files again and update them to the client but its more reliable and won't walk on walls
I don't see a reason using mapfiles over lua.
The mapfiles don't do anything different - which actually is a lua function that isn't hardcoded in the GS.
About that one tho:
Code:
respawn_rare_mob( -1, math.random(1,1000), ... )
The function gets called once, you pass the one-time generated value of math.random(1,1000), which may be 534, so the call ends up in this:
I don't see a reason using mapfiles over lua.
The mapfiles don't do anything different - which actually is a lua function that isn't hardcoded in the GS.
About that one tho:
Code:
respawn_rare_mob( -1, math.random(1,1000), ... )
The function gets called once, you pass the one-time generated value of math.random(1,1000), which may be 534, so the call ends up in this:
Code:
respawn_rare_mob( -1, 534, ... )
and not in "real" random intervals.
meh i might have got the concept wrong, but the box will keep mob from roaming too much i guess and getting stuck in walls.
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""