Hello, I'm trying to test the Epic 5.2 by Exiled () but I can't manage to find a SFrame without hackshield, can someone give me the link for one or explain how to run with it?
i still need to know how to chnge pet outlook ex have a original pantera replaced with primal scream i mean like its still "pantera" but it just got its model.
is it hard to do it?
hey guys i wanna to ask about the way to auto block chat
cuz there are many players say bad words
any one know how i can add auto block chat in the server !?
Hello,
I would like to know what the fields stats_2 and stats_3 from dbo.JobLevelBonus does, I've figured out that stats_1 is the bonus that your stats will receive at each job level by the formula (job_level * stats_1), but I can't figure out how _2 and _3 works.
Hey, I've got two questions. I did search but couldn't find an answer.
First: I've seen that there are Pets that can buff you - but i can't find it here ( atm i used server event buffs on server start but those don't apply to pets and if I add cstate to the buffs they wont get applied at serverstart)
Second: My cards seem off - i.e. Unity of Force is +60 str with a +10 card - other buff cards are off as well (compared to live server +5 i need +12 on my pserver) where can i look to fix that?
PS:
Third: Any idea why energy of gold is not working (ID: 2013204)
I'm using the 9.1 files from the how to topic
my goal is to get the server as close to the original 9.1
Thank you
cheers
gonna bumb it (first and final time) - since maybe the ones who know the answer probably didn't see it back there
gonna bumb it (first and final time) - since maybe the ones who know the answer probably didn't see it back there
Quote:
First: I've seen that there are Pets that can buff you - but i can't find it here ( atm i used server event buffs on server start but those don't apply to pets and if I add cstate to the buffs they wont get applied at serverstart)
The Command you mean is cast_world_state.
Execute it with these Param's. /run cast_world_state(state_id,level,time,block_time)
[block_time means, like the Blessing Buffs from CS. They are only useable every 30 minutes i think.]
Quote:
Second: My cards seem off - i.e. Unity of Force is +60 str with a +10 card - other buff cards are off as well (compared to live server +5 i need +12 on my pserver) where can i look to fix that?
All skillcard enhancements are stored in the Skillresource / Skillstage.
Quote:
Third: Any idea why energy of gold is not working (ID: 2013204)
The script_text of this Item is on_use_item.
This Function is stored in the DarkMarket.lua
But in the Repack of Revolution, there is no specific function for the Item ID - 2013204
you should add a block like this:
Code:
if ID == 2012832 then
--some code what this item should do.
end
Execute it with these Param's. /run cast_world_state(state_id,level,time,block_time)
[block_time means, like the Blessing Buffs from CS. They are only useable every 30 minutes i think.]
All skillcard enhancements are stored in the Skillresource / Skillstage.
The script_text of this Item is on_use_item.
This Function is stored in the DarkMarket.lua
But in the Repack of Revolution, there is no specific function for the Item ID - 2013204
you should add a block like this:
Code:
if ID == 2012832 then
--some code what this item should do.
end
thank you raskim !
Quote:
add_event_state(9004,1) - ok
add_event_state(164407,25) - ok
add_event_state(1013,15) - ok
cast_world_state(2506, 100, 999999999, 0) - not working
cast_world_state(2508, 100, 999999999, 1) - not working
cast_world_state(2605, 100, 999999999, 100) - not working
on server_init.lua wont work - only added manually once logged in in game (with /run .... - is there another way to make it on login for all chars and pets (and pet summons) ?
on server_init.lua wont work - only added manually once logged in in game (with /run .... - is there another way to make it on login for all chars and pets (and pet summons) ?
thank you
cheers
Nope, since this command only works on runtime. On Server init does, like the name says, execute it just 1 time on startup of the Server. And you should know that on startup, nobody can be online ^^
You could create an auto script in "on_login" or with the Help of the "ScheduledCommand" Table in the Telecaster.
[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""