So yesterday I just configured the database for Castle Siege (for the castle to be owned by my guild), but then after I configured it, the spawns became less! There were less monsters, from 5000 monsters to 2770 approx. monsters according to the Game Server. What should I do? Thanks in advance!
↧
[Help] Mobs are low! Less monsters are appearing!
↧
Need Guide to edit lvl cap zone 99
Does anyone knows where to edit the offset for lvl cap 99 in zone.exe version 6.9.0.6
please post the guide please
please post the guide please
↧
↧
Help!!!!!!!!!
im a newbie here so please bear with me im using the on tera client and i follow the guide here in the guide section i did all what show in the guide but when i try to connect in the server in game nothing happen? how do you fix this pls reply
i hope this community not dead yet
i hope this community not dead yet
↧
Server na Client BR
Olá esto aqui para pedir para alguem que saiba e que enterece.
to com a source que todo mundo tem na client blackout. quero que alguem passe para Client BR
Ira dar uma vps dedicado Brasileira.
Tempo da VPS: 1 Ano
meu Skype: bytes.pb
to com a source que todo mundo tem na client blackout. quero que alguem passe para Client BR
Ira dar uma vps dedicado Brasileira.
Tempo da VPS: 1 Ano
meu Skype: bytes.pb
↧
[Help] Anyone known to OVH (europe) connection problem?
Hi,
iam opening this ticket to see if other out there had some of the same issues we had.
We been running a hotel with OVH for over a year,
but the last months we had multiple users that got black client, since the IP from OVH blocked randomly users, so we had to shift failover IP many times.
Even on main IP people couldnt sometimes connect at all,
this did happend without any ddos attacks at all.
I can see hotel like habboon and fresh have OVH in the united states,
is theyr datacenter in the US better for retro server?
We are now currently running with worldstream and javapipe, but feel this is way more unstable then OVH.
Since worldstream ddos filter freeze the server durring a ddos attack, so we had to put on a proxy from javapipe.
Any tips or comments would be good =)
iam opening this ticket to see if other out there had some of the same issues we had.
We been running a hotel with OVH for over a year,
but the last months we had multiple users that got black client, since the IP from OVH blocked randomly users, so we had to shift failover IP many times.
Even on main IP people couldnt sometimes connect at all,
this did happend without any ddos attacks at all.
I can see hotel like habboon and fresh have OVH in the united states,
is theyr datacenter in the US better for retro server?
We are now currently running with worldstream and javapipe, but feel this is way more unstable then OVH.
Since worldstream ddos filter freeze the server durring a ddos attack, so we had to put on a proxy from javapipe.
Any tips or comments would be good =)
↧
↧
Untouched src (v3) pve mode help
Untouched src (v3) pve mode help how to make ?
↧
[Easy-TuT]Create Account give Premium
Step - 1: Let's entry into the server over the Navicat.
Step - 2: Fuctions > WZ_ACCOUNT_FN_GiveBonus open
Find ;
-- BONUSES for packages
if(@in_SerialType = 0) begin
-- legend package, 30$ 1GC=142
update UsersData set GamePoints=(GamePoints+750) where CustomerID=@in_CustomerID
end
Add below ;
if(@in_SerialType = 2) begin
--Premium
declare @premDays int = 0
--FraudeX: Premium Hediye
update UsersData set PremiumExpireTime=DATEADD(minute, @premDays + 10080, GetDate()) where CustomerID=@in_CustomerID
end
Step - 2: Fuctions > WZ_ACCOUNT_FN_GiveBonus open
Find ;
Quote:
-- BONUSES for packages
if(@in_SerialType = 0) begin
-- legend package, 30$ 1GC=142
update UsersData set GamePoints=(GamePoints+750) where CustomerID=@in_CustomerID
end
Quote:
if(@in_SerialType = 2) begin
--Premium
declare @premDays int = 0
--FraudeX: Premium Hediye
update UsersData set PremiumExpireTime=DATEADD(minute, @premDays + 10080, GetDate()) where CustomerID=@in_CustomerID
end
↧
Community dead ?
daaang im a newbie and love tera but the community here is dead no one even try to help im dropping this project until ppl come back here thanks again for the files and info:thumbdown::thumbdown::thumbdown::thumbdown:
↧
Exadus Online (Pve) |Grand Opening Cap 130-Degree 15-New Areas-New Weapons-New Skills

Server info
Experience Rate: 400x
Party Experience Rate: 450x
Gold Rate: 100x
Drops: 60x
Alchemy : 3.0x
Server Features
• Level Cap: 130
• Degree: 15
• Mastery Level: 390
• Coin system.
• Original Avatars and New Avatars.
• New Thief Avatar.
• Fellow pets.
• Custom skill effects.
• unique summon scrolls.
• Arabia town / mobs.
• New Special TItle names.
• Special edited countries dragon flags.
• SILKS DROP.
• Stones at npc.
• Battle arena.
• New uniques.
• Working FTW Jangan,Bandit,Hotan,Costanitnapole.
• Old School Trading.
• Potions and Pills Stackable to 500.
• Stones Stackable to 50.
• Enable Advanced Elixirs +4 +5.
• Enable Magic Pop 5x.
• 3 Days Job & Guild penalties.
• New Zone PVP.
• New Zone For uniques Event.
• New Area.
• Petra Fully Working.
• New Teleports.
• Premium stats 20%.
• Job Temple.
• Auto Pvp Event.
• Added New Speed Scrolls.
• JG,HT Custom NPC 10D,D11,D12,D13,D14 Sun Set and Accessory.
• Exadus Silk Drop From Alex,Jupiter,Baghdad Mobs To Get Avatar,Pet's And More.

Npcs For E Silk ( Drop From Mobs )


Donation Npcs

New Areas








New Skills





New Weapons












Server staff
[GM]Moha
[GM]Dezmond
[GM]Dixy
[GM]Jasper
Server on Owned Dedicated Server & Protected in USA
-Website: http://exadus-online.com/
-Facebook page: https://www.facebook.com/ExadusOnlineNEW/
Server Launched : 6/8/2016

↧
↧
WarFace Private Server Preview's
Date to Release : N/A
Official Facebook Page : Coming Soon
More Informations send me PM in this forum
![]()
![]()
![]()
![]()
![]()
Official Facebook Page : Coming Soon
More Informations send me PM in this forum





↧
[Tutorial] In-Game Global Inventory
WarZ.sln to Search ;
Add Below ;
Note : Channel 3 and 4 Activeted. ( Private Servers and Premium Servers )
Code:
if(gClientLogic().m_gameInfo.channel == 3 || gClientLogic().m_gameInfo.channel == 4)
Code:
{
bool showStore = InputMappingMngr->wasPressed(r3dInputMappingMngr::KS_SHOW_STORE);
if(showStore && !hudAttm->isActive() && !hudVault->isActive() && !hudSafelock->isActive() && !hudTrade->isActive() && !hudRepair->isActive())
{
if(!hudStore->isActive())
{
if(hudPause->isActive())
hudPause->Deactivate();
hudStore->Activate();
}
else
hudStore->Deactivate();
}
}
Add Below ;
Code:
//Global Inventory:: FraudeX.
Code:
if(gClientLogic().m_gameInfo.channel == 3 || gClientLogic().m_gameInfo.channel == 4)
{
if((Keyboard->WasPressed(kbsG)) && !hudCraft->isActive() && !hudAttm->isActive() && !hudVault->isActive() && !hudStore->isActive() && !hudSafelock->isActive() && !hudTrade->isActive() && !hudRepair->isActive() && !hudPause->isActive() && !hudMain->isChatInputActive() && !hudMain->isPlayersListVisible()) //kasaerisim
{
static float _WaitTenSecond = r3dGetTime()+10;
hudMain->addChatMessage(0, "<Global-Inventory>", "Request Accepted , Wait 10 Seconds Before Accesing Global Inventory.", 1);
if( _WaitTenSecond < r3dGetTime())
{
hudVault->Activate();
}
}
}
//Global Inventory:: FraudeX.
Note : Channel 3 and 4 Activeted. ( Private Servers and Premium Servers )
↧
Full MU | Exp 1.500x |Drop 70% |0.99B | PVP |

Infomation:
Website:
Noticias - Full MU
Server FREE:
Exp: 1.500x
Drop: 70%
Reset LVL: 400
Rate Jewels: Low
Points LVL: 5
SERVER VIP:
Exp: 2.000x
Drop: 100%
Reset LVL: 350
Rate Jewels: High
Points LVL: 7
Events:
Blood Castle
Devil Square
Chaos Castle
Kundun
PVP Event
Happy Hour
Comands:
/str
/div
/ene
/vit
! (global)
/online
and others




↧
[Discussion] Private servers Season XI ep II online
Hi guys,
Wich team is selling files s11 ep2 atm?
I ask this after testing a new server thas has the new features..They say they are a season XI server. Can this be possible ?
Any of you has any idea from this files came from?
This server info was posted by @metallica today here in Rz.
Wich team is selling files s11 ep2 atm?
I ask this after testing a new server thas has the new features..They say they are a season XI server. Can this be possible ?
Any of you has any idea from this files came from?
This server info was posted by @metallica today here in Rz.
↧
↧
Hello everyone,
I am looking for the dayz server source. for 0.45
↧
[Help] Services [OK] but not running? **Referred to other threads
Hello, RaGEZONERs! I'm currently struggling with service start up. I've viewed other threads that relate to this problem, however, no solution has worked thus far.
Using "service cabal start," all services are able to load without fail.
![]()
However, using "service cabal status," services are found not running with the exception of PartySvr_01.
![]()
May someone help me troubleshoot thereof?
Additional details:
- Currently using a separate PC to host Centos with bridged adapter. No problems have risen using this method.
- Port forwarded 38100-38200 and added port exceptions in Windows Firewall. Additionally, firewall in Centos was disabled during installation.
Thanks for your time!
Using "service cabal start," all services are able to load without fail.

However, using "service cabal status," services are found not running with the exception of PartySvr_01.

May someone help me troubleshoot thereof?
Additional details:
- Currently using a separate PC to host Centos with bridged adapter. No problems have risen using this method.
- Port forwarded 38100-38200 and added port exceptions in Windows Firewall. Additionally, firewall in Centos was disabled during installation.
Thanks for your time!
↧
Nam giới bị bất lực nên ăn gì
Đàn ông bị liệt dương nên ăn gì để hỗ trợ việc điều trị bệnh liệt dương được tốt hơn. Theo kỹ năng người xưa để lại thì những loại đồ ăn giàu vitamin có lợi ích chữa bệnh liệt dương rất đơn giản và dễ tìm kiếm. vì thế phái mạnh đừng lo lắng quá về vấn đề bị liệt dương nên ăn gi, hãy ăn những loại món ăn sau sẽ giúp bệnh tình của bạn nhanh chóng khỏi bệnh.
1. Thịt trai chữa yếu sinh lý
Thịt trai là thực phẩm dinh dương rất tốt cho sức khỏe, đặc biệt thịt trai chữa mồ hôi cho trẻ và chữa bệnh liệt dương hiệu quả cho nam. Đối với người bị bất lực nên ăn thịt trai với mộc nhĩ, giò sống, hành củ, gia vị vừa đủ,.. Sẽ giúp đổi khác bệnh liệt dương mày râu, người bị tăng huyết áp, mày râu bị u xơ tuyến tiền liệt,.. được tốt hơn.
2. Chạch - chữa bệnh liệt dương.
Cá chạch là một loại cá nước ngọt, thân dài, da trơn, chuyên sống ở tầng nước đáy, được xem là thức ăn quý cho phái mạnh. Theo đông y, cá chạch có ích lợi bỏ khí huyết, tráng dương, được dùng để chữa bệnh bất lực, rối rắm cương dương rất chất lượng.
Xem thêm: http://me.zing.vn/forum/zingme/threa...oc-khong.70754
Để chữa chứng liệt dương, bất lực, sẵn sàng: cá chạch 250g, hạt hẹ 50g. Làm sạch cá chạch, bỏ hết nội tạng. Hạt hẹ đãi sạch bọc vào vải, cho cùng các vào nồi, đun với nửa lít nước, cho muối ăn vừa đủ. Sau khi nước sôi, để nhỏ lửa om cho đến khi nước cạn một nửa thì bỏ hạt hẹ ra, ăn cá, uống nước. Mỗi ngày ăn một lần, ăn liên tục trong 10 ngày là một liều thì sẽ thấy hệ quả. Ăn hết hai liều như trên (20 ngày) hiệu quả sẽ rõ ràng hơn.
Để chữa xuất tinh nhanh: làm sạch nhớt cá trạch, cho vào nồi đất cùng với một lượng dầu ăn vừa đủ, đậy vung lại, đun cho cá chạch chết hẳn. Sau đó đổ rượu vào xâm xấp cá, đun nhỏ lửa khoảng 30 phút. Lấy cá ra để ăn lúc còn nóng. Ăn luôn một tuần sẽ thấy có hậu quả.
3. Tôm đồng chữa dương suy
Tôm đồng là món ăn dinh dưỡng chứa nhiều vitamin như đạm, kali, photpho, magie, vitamin A,... Rất tốt cho người già, người cơ thể suy nhược, có ích lợi bổ thân tráng dương, thông sữa, mụn nhọt...
Để chữa liệt dương bằng tôm đồng, cần sẵn sàng tôm 150g, mỡ lợn 25g, gạo tẻ 100g, rau hẹ 100g. Mắm, muối, mì chính, gừng đủ dùng. Gạo tẻ vo sạch nấu cháo, sau đó cho các nguyên liệu còn lại vào cùng nấu chín để ăn.
4. Hàu giúp quý ông sung mãn
Hàu là loại hải sản chứa nhiều chất kẽm, là tác nhân quyết định trong việc khởi sinh tinh dịch của nam giới. vì thế cần bổ sung kẽm qua từng bữa ăn hàng ngày để gửi đến dượng chất cho tinh dịch.
không những thế, hàu còn có chất khoáng bức thiết như magiê, canxi, đồng, sắt, magan, phospho và iod, kali và natri nên tốt cho toàn cơ thể.
1. Thịt trai chữa yếu sinh lý
Thịt trai là thực phẩm dinh dương rất tốt cho sức khỏe, đặc biệt thịt trai chữa mồ hôi cho trẻ và chữa bệnh liệt dương hiệu quả cho nam. Đối với người bị bất lực nên ăn thịt trai với mộc nhĩ, giò sống, hành củ, gia vị vừa đủ,.. Sẽ giúp đổi khác bệnh liệt dương mày râu, người bị tăng huyết áp, mày râu bị u xơ tuyến tiền liệt,.. được tốt hơn.
2. Chạch - chữa bệnh liệt dương.
Cá chạch là một loại cá nước ngọt, thân dài, da trơn, chuyên sống ở tầng nước đáy, được xem là thức ăn quý cho phái mạnh. Theo đông y, cá chạch có ích lợi bỏ khí huyết, tráng dương, được dùng để chữa bệnh bất lực, rối rắm cương dương rất chất lượng.
Xem thêm: http://me.zing.vn/forum/zingme/threa...oc-khong.70754
Để chữa chứng liệt dương, bất lực, sẵn sàng: cá chạch 250g, hạt hẹ 50g. Làm sạch cá chạch, bỏ hết nội tạng. Hạt hẹ đãi sạch bọc vào vải, cho cùng các vào nồi, đun với nửa lít nước, cho muối ăn vừa đủ. Sau khi nước sôi, để nhỏ lửa om cho đến khi nước cạn một nửa thì bỏ hạt hẹ ra, ăn cá, uống nước. Mỗi ngày ăn một lần, ăn liên tục trong 10 ngày là một liều thì sẽ thấy hệ quả. Ăn hết hai liều như trên (20 ngày) hiệu quả sẽ rõ ràng hơn.
Để chữa xuất tinh nhanh: làm sạch nhớt cá trạch, cho vào nồi đất cùng với một lượng dầu ăn vừa đủ, đậy vung lại, đun cho cá chạch chết hẳn. Sau đó đổ rượu vào xâm xấp cá, đun nhỏ lửa khoảng 30 phút. Lấy cá ra để ăn lúc còn nóng. Ăn luôn một tuần sẽ thấy có hậu quả.
3. Tôm đồng chữa dương suy
Tôm đồng là món ăn dinh dưỡng chứa nhiều vitamin như đạm, kali, photpho, magie, vitamin A,... Rất tốt cho người già, người cơ thể suy nhược, có ích lợi bổ thân tráng dương, thông sữa, mụn nhọt...
Để chữa liệt dương bằng tôm đồng, cần sẵn sàng tôm 150g, mỡ lợn 25g, gạo tẻ 100g, rau hẹ 100g. Mắm, muối, mì chính, gừng đủ dùng. Gạo tẻ vo sạch nấu cháo, sau đó cho các nguyên liệu còn lại vào cùng nấu chín để ăn.
4. Hàu giúp quý ông sung mãn
Hàu là loại hải sản chứa nhiều chất kẽm, là tác nhân quyết định trong việc khởi sinh tinh dịch của nam giới. vì thế cần bổ sung kẽm qua từng bữa ăn hàng ngày để gửi đến dượng chất cho tinh dịch.
không những thế, hàu còn có chất khoáng bức thiết như magiê, canxi, đồng, sắt, magan, phospho và iod, kali và natri nên tốt cho toàn cơ thể.
↧
getting dc by ingameguide (help pls)
i make a new char and click this button on the right side i get a dc how to fix this ?
![]()

↧
↧
Database Server [Debug]
Hello, I'm running a server in debug mode and got this error
![]()
That's the whole function
I've changed a few codes (the red part) to fix the log view.
Everything works fine. The databaseserver doesn't crash in release/debug mode. I just got this error, any idea why is this happening?
Thanks :laugh:

That's the whole function
Code:
void CDbManager::GuildBankLogView( CQuery* pQuery, LPDB_OVERLAPPED_PLUS lpDbOverlappedPlus )
{
CAr ar( lpDbOverlappedPlus->lpBuf, lpDbOverlappedPlus->uBufSize );
BYTE byListType;
u_long idReceiver,g_uIdofMulti;
DWORD idGuild;
ar >> idReceiver;
ar >> idGuild;
ar >> byListType;
ar >> g_uIdofMulti;
DPID dpidMulti = lpDbOverlappedPlus->dpid;
char szQuery[QUERY_SIZE] = {0,};
switch( byListType )
{
case GI_LOG_VIEW_ITEM_ADD:
sprintf( szQuery, "RANKING_DBF.dbo.usp_guildbank_log_view '%s','%06d','%02d'",
"S1", idGuild ,g_appInfo.dwSys );
break;
case GI_LOG_VIEW_ITEM_REMOVE:
sprintf( szQuery, "RANKING_DBF.dbo.usp_guildbank_log_view '%s','%06d','%02d'",
"S2", idGuild ,g_appInfo.dwSys );
break;
case GI_LOG_VIEW_MONEY_ADD:
sprintf( szQuery, "RANKING_DBF.dbo.usp_guildbank_log_view '%s','%06d','%02d'",
"S3", idGuild ,g_appInfo.dwSys );
break;
case GI_LOG_VIEW_MONEY_REMOVE:
sprintf( szQuery, "RANKING_DBF.dbo.usp_guildbank_log_view '%s','%06d','%02d'",
"S4", idGuild ,g_appInfo.dwSys );
break;
}
if( pQuery->Exec( szQuery ) == FALSE )
{
WriteLog( "%s, %d\t%s", __FILE__, __LINE__, szQuery );
}
else
{
// BEFORESENDSOLE( out, PACKETTYPE_GUILDLOG_VIEW, dpidMulti);
BEFORESENDDUAL( out, PACKETTYPE_GUILDLOG_VIEW, DPID_UNKNOWN, DPID_UNKNOWN);
int nCount = 0,m_Item = 0,Item_count = 0,nAbilityOption = 0;
CTime date;
u_long idPlayer;
u_long uOffset = out.GetOffset();
out << nCount;
out << byListType;
out << idReceiver;
char szDate[13] = {0,};
while( pQuery->Fetch() )
{
idPlayer = pQuery->GetInt( "m_idPlayer" ); //
char szSender[MAX_PLAYER] = "unknown";
#if __VER >= 11 // __SYS_PLAYER_DATA
CPlayerDataCenter::GetInstance()->m_Access.Enter();
const char* pszPlayer = CPlayerDataCenter::GetInstance()->GetPlayerString( idPlayer );
if( pszPlayer )
lstrcpy( szSender, pszPlayer );
CPlayerDataCenter::GetInstance()->m_Access.Leave();
#else // __SYS_PLAYER_DATA
s_cs.Enter();
map<u_long, string>::iterator i = m_ulong2str.find( idPlayer );
if( i != m_ulong2str.end() )
lstrcpy( szSender, i->second.data() );
s_cs.Leave();
#endif // __SYS_PLAYER_DATA
pQuery->GetStr( "s_date", szDate ); //
m_Item = pQuery->GetInt( "m_Item" ); //
nAbilityOption = pQuery->GetInt( "m_nAbilityOption" ); //
Item_count = pQuery->GetInt( "Item_count" ); //
GetStrTime( &date, szDate );
out.WriteString( szSender );
out << (long)date.GetTime();
out << m_Item;
out << nAbilityOption;
out << Item_count;
nCount++;
}
int nBufferSize;
BYTE* pBuffer = out.GetBuffer( &nBufferSize );
*(UNALIGNED int*)( pBuffer + uOffset ) = nCount;
SEND( out, CDPTrans::GetInstance(), dpidMulti );
// SEND( out, CDPTrans::GetInstance(), g_uIdofMulti );
}
FreeRequest( lpDbOverlappedPlus );
}
Everything works fine. The databaseserver doesn't crash in release/debug mode. I just got this error, any idea why is this happening?
Thanks :laugh:
↧
Plus emu gift disabled
Hello,
I can't send a gift (a rare for my users).
![]()
I have PlusEMU edited for Habboon.
I did the SQL request UPDATE furniture SET allow_gift = 1 but nothing changes. I restarted my emu and used update furniture, update catalogue and update items.
Thanks.
I can't send a gift (a rare for my users).

I have PlusEMU edited for Habboon.
I did the SQL request UPDATE furniture SET allow_gift = 1 but nothing changes. I restarted my emu and used update furniture, update catalogue and update items.
Thanks.
↧
[Help] Sora Engine Fix?
Anyone have an effective anti-cheating tool to block this software for Tantra Online playing purposes?
↧