

TryHard
Member-
Content Count
10 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout TryHard

-
Rank
Neutral
- Birthday 09/04/1996
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
TryHard started following Shop Ex Renewal, Remote Shop System, [Problem] : System war between kingdoom and 2 others
-
[Problem] : System war between kingdoom
TryHard replied to mohanad1111's question in Questions & Answers
#include "new_events.h" you add it to char_item.cpp ? -
Thank you all that was very helpful I will leave the topic open, it would be good if we got more information about that
-
Hello guys , I hope your all fine I need to ask about DDOS attacks As you know, when a DDOS attack occurs, server lag increases for some time So is there a way to reduce impact on the server? Is that done just by the hosting ? or are there any way to do that by server files ?
-
just rename tga files , change big letters to small like that : before : RemoteShop_Button_01.tga after : remoteshop_button_01.tga ( do that to all tga )
-
Hello guys ,,, I make an item , when I use it , I can open NPC shop : when 71000.use begin setskin(NOWINDOW) npc.open_shop(9001) but shop doesn't open , its open only when I'm close to NPC this is NPC open shop function in source , I try to edit but It doesn't work ALUA(npc_open_shop) { int iShopVnum = 0; if (lua_gettop(L) == 1) { if (lua_isnumber(L, 1)) iShopVnum = (int) lua_tonumber(L, 1); } if (CQuestManager::instance().GetCurrentNPCCharacterPtr()) CShopManager::instanc
-
Mali61 edit main topic , when you apply mysql version this bug will solve good luck
-
thank you so much , when I use mysql version this bug solved https://gyazo.com/48477980cdc10660b036941cf2103213
-
please check when compile server src if you have this warning (its happen when I add this system and I have marty src ) shop.cpp: In member function 'virtual bool CShop::AddGuest(LPCHARACTER, DWORD, bool)': shop.cpp:527:33: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'TPacketGCShopStart' {aka 'struct packet_shop_start'}; use assignment or value-initialization instead [-Wclass-memaccess] memset(&pack2, 0, sizeof(pack2)); ^ In file included from packet_info.h:4, from input.h:4,
-
I have same problem , i check all packets and tut. many times I'm using marty sama source too