DooM All Source no work !!
Printable View
DooM All Source no work !!
warzthsrcv2 not work?
nice bro!
in the case of added manually stand maps
why not only add the id of the stronghold tab?
but I can not play the part of the database :)Code:if(ginfo_.channel == 5)
}
if someone can share this
Nice, thank you
how to don't use lockbox in map ?
the server is crashando when he dies, and disconnects when I take everything back to normal code
thank you, everything is working only in one specific map the loot is not falling and others is normal and falling.
else has a problem, is crashando the game when disconnects, dies and disconnects or is kikado server for a dev, well, everything related to "disconnect" is crashing the game.
the "r3dlog.txt" has nothing to related which either error or problem.
already in the log only shows "delete player MYNAME" and nothing else.
logss the map
it only happens with accounts "developers"Code:000602.153| PKT_C2S_DisconnectReq for MyNick
000612.469| LogInfo: peer00, r:DisconnectPeer finished disconnect, CID:1016763 [MYNAME], ip:201.3.213.89
000612.469| DeletePlayer: MyNick, playerIdx: 0
how to not use trade system and not use lockerbox ?
I'm make no drop 4 map and make in WZ_Char_SRV_SetStatus is not work how to make no drop 4 map?
Quote:
if (@in_MapID != 23)
begin
-- set default backpack on death
update UsersChars set BackpackID=20176, BackpackSize=12 where CharID=@in_CharID
-- delete stuff from backpack
delete from UsersInventory where CustomerID=@in_CustomerID and CharID=@in_CharID
end
else
if (@in_MapID != 29)
begin
-- set default backpack on death
update UsersChars set BackpackID=20176, BackpackSize=12 where CharID=@in_CharID
-- delete stuff from backpack
delete from UsersInventory where CustomerID=@in_CustomerID and CharID=@in_CharID
end
else
if (@in_MapID != 30)
begin
-- set default backpack on death
update UsersChars set BackpackID=20176, BackpackSize=12 where CharID=@in_CharID
-- delete stuff from backpack
delete from UsersInventory where CustomerID=@in_CustomerID and CharID=@in_CharID
end
else
if (@in_MapID != 31)
begin
-- set default backpack on death
update UsersChars set BackpackID=20176, BackpackSize=12 where CharID=@in_CharID
-- delete stuff from backpack
delete from UsersInventory where CustomerID=@in_CustomerID and CharID=@in_CharID
end
This ?
Quote:
if (@in_MapID != 31 OR @in_MapID != 30 OR @in_MapID != 29 OR @in_MapID != 23) begin
-- set default backpack on death
update UsersChars set BackpackID=20176, BackpackSize=12 where CharID=@in_CharID
-- delete stuff from backpack
delete from UsersInventory where CustomerID=@in_CustomerID and CharID=@in_CharID
end
- - - Updated - - -
OK Yuri-BR :)
I'm remake try using the logical operator OR to AND this work for me :)
Thankyou Yuri-BR :)
how to don't allow to use trade system and not use lockerbox ?