What can cause the client to crash immediately after trying to log in?
"Cannot connect to the login server.(10061)"
My Auth server is connected, no error message there, but the game is obviously incapable of connecting to the Auth server, why could that be?
What can cause the client to crash immediately after trying to log in?
"Cannot connect to the login server.(10061)"
My Auth server is connected, no error message there, but the game is obviously incapable of connecting to the Auth server, why could that be?
client don't match server's version most likely, can be related to sframe aswell. try new client and hash new databases instead the ones u have in ur resource folder.
how to remove an item from the script-lua? The object is used and the usual command delete_item does not help.
PHP Code:
local count = find_item( 1000404 )
if count >= 1 then
delete_item( get_item_handle( 1000404 ), 1 )
define how much items you waant function to check means if he has 1 it will delete 1, you can make it delete 1 if he had 2 and so on just look at the code and u'll understand.
local count = find_item( 1000404 ) if count >= 1 then delete_item( get_item_handle( 1000404 ), 1 )
define how much items you waant function to check means if he has 1 it will delete 1, you can make it delete 1 if he had 2 and so on just look at the code and u'll understand.
I'd recommend to always use is_erasable_item as well.
Code:
local count = find_item( 1000404 )
local handle = get_item_handle( 1000404 )
if count >= 1 and is_erasable_item(handle) then
delete_item( handle, 1 )
end
Check from the Emu, it does the same thing retail does and this is what's called when using is_erasable_item
I'd recommend to always use is_erasable_item as well.
Code:
local count = find_item( 1000404 )
local handle = get_item_handle( 1000404 )
if count >= 1 and is_erasable_item(handle) then
delete_item( handle, 1 )
end
Check from the Emu, it does the same thing retail does and this is what's called when using is_erasable_item
Help please (epic 9.4)
On the server there is a problem with skill chain lightning, if the circuit is done the leap from player, mob or another player, those who are around ejected from the game. In case of 1 rebound a no. What to do?
[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""