-
try to cast spams like thnderbolt and fire arrow and maybe you'll notice there's a delay between every cast thats what i meant.Quote:
Didn't found anything about that yet.
But maybe some1 else did :)
I only recognized, that minimum-movespeed of monsters is controlled via GameServer.opt in this epic...
controlled via
(in case you want to edit that).Code:N:game.min_speed:<minimum_speed>
Use this Thread ##[Only registered and activated users can see links. Click Here To Register...]##Quote:
help GS:ARTIEM error....
player once login game..the client error and auto closed;
what's wrong...? help,please,,,how to fixed it?
btw, how to get and set arena_point in lua script....i use get_value only got nil string...
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = 702001
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = 702002
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = 702003
GO
Quote:
thanks all people for sharing fixed files, i learned many from yours.
the important thing: i have found three items cant drop. i fixed it.
PHP Code:UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = 702001
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = 702002
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = 702003
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = -702001
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = -702002
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = -702003
GO