[Help Thread] Please post your questions here.

01/25/2012 17:51 boballen#151
Thank you for your help i got it to work right by using the following :)


function get_module_name()
return "worldbuffs"
end


function worldbuffs()
if get_value( "lv" ) >= 20 then
add_state(1001, 5, 8640000)
add_state(1002, 5, 8640000)
add_state(1011, 5, 8640000)
add_state(1013, 5, 8640000)
add_state(1012, 5, 8640000)
add_state(1014, 5, 8640000)
add_state(1016, 5, 8640000)
add_state(1007, 5, 8640000)
add_state(1008, 5, 8640000)
add_state(1009, 5, 8640000)
add_state(1015, 5, 8640000)

end

if get_value( "lv" ) >= 50 then
add_state(1001, 10, 8640000)
add_state(1002, 10, 8640000)
add_state(1011, 10, 8640000)
add_state(1013, 10, 8640000)
add_state(1012, 10, 8640000)
add_state(1014, 10, 8640000)
add_state(1016, 10, 8640000)
add_state(1007, 10, 8640000)
add_state(1008, 10, 8640000)
add_state(1009, 10, 8640000)
add_state(1015, 10, 8640000)

end

if get_value( "lv" ) >= 80 then
add_state(1001, 20, 8640000)
add_state(1002, 20, 8640000)
add_state(1011, 20, 8640000)
add_state(1013, 20, 8640000)
add_state(1012, 20, 8640000)
add_state(1014, 20, 8640000)
add_state(1016, 20, 8640000)
add_state(1007, 20, 8640000)
add_state(1008, 20, 8640000)
add_state(1009, 20, 8640000)
add_state(1015, 20, 8640000)

end
end
01/27/2012 14:57 demonlordace#152
ok was wondering if sum1 has a link to the admin buff script that was released on arcadia devs old site as they moved to a private site i used to have it for rappelz satanic but RL shit started happening so i needed to close it that was the script that i was starting to work off of for VIP system but i cant seem for find a post here on epvp
01/27/2012 23:56 arrtin#153
Server keeps crashing because there is too much loot that people don't pick up. If there was a way to make it disappear faster it wouldn't crash anymore.
01/28/2012 21:38 demonlordace#154
Quote:
Originally Posted by arrtin View Post
Server keeps crashing because there is too much loot that people don't pick up. If there was a way to make it disappear faster it wouldn't crash anymore.
do what i did use the drop manager and event scripts and change

set @s1 = 0.01 --> % normal soul stone
set @s2 = 0.05 --> % rare soul stone (dungeon mobs)
set @s3 = 0.10 --> % epic soul stone (just boss)
set @old = 0.5 --> old soul stones (str, vit, int, wis, dex, agi)
set @new = 0.5 --> new soul stones (patk, matk, pdef....)
change it to

set @s1 = 0.0 --> % normal soul stone
set @s2 = 0.0 --> % rare soul stone (dungeon mobs)
set @s3 = 0.0 --> % epic soul stone (just boss)
set @old = 0.0 --> old soul stones (str, vit, int, wis, dex, agi)
set @new = 0.0 --> new soul stones (patk, matk, pdef....)

this is from the drop stone script but if u change the Set@to 0.0 on what u dont want droping it should work:mofo:
01/29/2012 03:26 TheOnlyOneRaskim#155
just add this to your gameserver.opt....

N game.item_hold_time:100 (100 = 1 second)
01/29/2012 16:31 DarkHS#156
hello i got proplem when i sign to the game to play in my server when i sign i dont find my server:rtfm:
01/29/2012 19:51 tournier#157
hello i got proplem when i sign to the game to play in my server when i sign i dont find my server

Have make sur the name of the server and the db is right ?
Make the command at starting server into Auth server ? (start_service and set game.open_external 1)


Ok guys, have a questions too;
i want to know how / where found the langage resource for Edit ou replace them.
01/30/2012 08:34 DarkHS#158
guys igot a proplem when i try to sign with my id and the password it say: your password or id is incorrect pleeeez heeeeeeeeeeeeeeeeelp
01/30/2012 09:21 falkenman#159
Quote:
Originally Posted by DarkHS View Post
guys igot a proplem when i try to sign with my id and the password it say: your password or id is incorrect pleeeez heeeeeeeeeeeeeeeeelp

try start_service // set game.open_external 1 in captainherlockserver.
when fail then check your ports (1433)---> auth
(4502 or other) ---> gameserver

sry start_service /set...... in princess :DD
01/30/2012 14:20 Judge12#160
I have played on a couple of p-servers and it seems like the attack speed stat is broken. is there a fix for this? just wondering. i noticed when i had a sin and as i increased the weapon skill that is supposed to modify the attack speed and it doesn't, this is the only i have noticed thus far. are there more and is there a way to fix this?
01/30/2012 15:43 haxti#161
This is a description bug. Try it on the official server and you will notice,that the atk.speed isn't increasing when you level this skill higher then lvl 2
01/30/2012 16:58 redneckhillsguy#162
was just wondering if someone could help me . seems i can accept qeust and do them but cant turn in ? anyone know how to fix this?
01/30/2012 18:10 haxti#163
pick one of the first 3 rewards.
01/30/2012 18:59 redneckhillsguy#164
Quote:
Originally Posted by haxti View Post
pick one of the first 3 rewards.
i cant dont show item box to choose a reward when i talk to a npc to turn in i click it to turn in and nothin happens?
01/30/2012 23:31 haxti#165
Which quests? Those on the Trainees Island are broken with newer clients.