Jump to content

anonim55

Member
  • Posts

    68
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by anonim55

  1. Nope, players have as between 100 and 200.
  2. Hello everyone, I have a little bug on my server. All players told me that when they attack a mob, only a few hits take damage. The rest will take nothing. Let's say I have mob 101, I take him 5 hits and only 2 or 3 work. The rest of hits do nothing. It doesn't even show MISS. Little video: [Hidden Content] Thank you!
  3. I usually type "/go ox". From red forest to ox it goes without any problems (and from ox to map1). But from map1 to ox it kicks me out and it won't let me login after char select. In player.player table I have an index of 5 digits if I try to go to OX (wtf?). This happens to all maps from GAME99.
  4. Hi all. I have a little problem. If I try to teleport, let's say, to OX event (113 on game99) from map1 (channel1_1) it kicks me out and will not let me login. But if I try to teleport to OX from whatever map from channel1_2 (let's say Lungsam or Red forest) it teleports me without any problem. Why I can't teleport to game99 from channel1 core 1, but from core2 I am able to teleport? I can teleport without problems from core1 to core2 and from core2 to game99, but from core1 to game99 I can't. I doesn't have any syserr regarding to this problem. Thank you!
  5. Problem solved. I forgot to add a rule to pf and ipfw for game99's port.
  6. Hi all, as the title says my game99 isn't working. I allowed let's say OX (113) and some others. When I try to teleport to OX it kicks me out and I am unable to log in. If I allow 113 on channel 1 it works. Same with other maps. I configured fine the ports and game99 is online. Syslog: Syserr: It says map index 1 and 21 but that is on channel 1 and channel 2, not in game99. CONFIG:
  7. Hi, I have a "little" problem. If I want to allow OX only on CH1 (core2 or even core1) it wouldn't let me in because it would log me out of the game, so I need to allow OX on all cores of every channel. But if a player on Channel 2 join OX, there will be 2 OX's (OX on Channel 1 and OX on Channel 2). I want to make a single OX map on a single channel that can join everyone. I know that I can do that with game99. I tried that and removed OX (113) from every core and allowed it only on game99 but it doesn't work. Same with other maps like wedding map, guild war map etc. What can I do? Thank you!
  8. I will try it. But do I need to change in any other file the function's name? Thank you!
  9. Thank you, it worked. But... It doesn't block lalaker1. It works well... I changed 10 packet headers: HEADER_CG_ATTACK, HEADER_CG_MOVE, HEADER_CG_ON_CLICK, HEADER_CG_CHARACTER_POSITION, HEADER_CG_FLY_TARGETING, HEADER_CG_USE_SKILL, HEADER_CG_ADD_FLY_TARGETING, HEADER_CG_SHOOT, HEADER_CG_TARGET, HEADER_CG_FISHING Do I need to change other? EDIT: For now I blocked Pro damage, Wait damage and Mobber. All the rest work.
  10. Hello everyone. I'm trying to block lalaker1's hack and I want to do it by changing packet headers' numbers in client/server. I tried it and now when I move a little it kicks me out with syserr "Process: UNKNOWN HEADER: 199, LAST HEADER: 0(0), REMAIN BYTES: 51, fd: 18". I don't even have that header. I verified 2 times headers' numbers and they are all ok client/server side. I changed them like 58 -> 5899. I changed that only in packet.h and Packet.h. Do I need to change it in any other files? What I'm doing wrong?
  11. Thank you, I will try now! Edit: I tried it some time ago, but it doesn't work. It looks like this: if (IS_SET(item->GetAntiFlag(), ITEM_ANTIFLAG_GIVE)) { if (strcmp(m_pOwner->GetName(), "Test1") || strcmp(m_pOwner->GetName(), "Test2")) { m_pOwner->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("???? ??? ? ????.")); return false; } }
  12. Hello, I'm using 40k source and I need to know what can I do so I can trade untradeable items as gamemaster. Thank you
  13. Hello all. I have a problem which gives me headaches. I tried to compile all libraries of the external links for the binary source but still with no success. I can compile successfully the binary in release and distribute mode, but in debug mode it gives me this error: 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "int __cdecl Ymir_WideCharToMultiByte(unsigned int,unsigned long,wchar_t const *,int,char *,int,char const *,int *)" (?Ymir_WideCharToMultiByte@@YAHIKPB_WHPADHPBDPAH@Z) referenced in function "public: static int __cdecl CGraphicTextInstance::Hyperlink_GetText(char *,int)" (?Hyperlink_GetText@CGraphicTextInstance@@SAHPADH@Z) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "wchar_t __cdecl Arabic_ConvSymbol(wchar_t)" (?Arabic_ConvSymbol@@YA_W_W@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "bool __cdecl Arabic_IsInPresentation(wchar_t)" (?Arabic_IsInPresentation@@YA_N_W@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "bool __cdecl Arabic_HasPresentation(wchar_t *,int)" (?Arabic_HasPresentation@@YA_NPA_WH@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "bool __cdecl Arabic_IsInSymbol(wchar_t)" (?Arabic_IsInSymbol@@YA_N_W@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "unsigned int __cdecl Arabic_MakeShape(wchar_t *,unsigned int,wchar_t *,unsigned int)" (?Arabic_MakeShape@@YAIPA_WI0I@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) 1>eterlib.lib(GrpTextInstance.obj) : error LNK2019: unresolved external symbol "int __cdecl Ymir_MultiByteToWideChar(unsigned int,unsigned long,char const *,int,wchar_t *,int)" (?Ymir_MultiByteToWideChar@@YAHIKPBDHPA_WH@Z) referenced in function "public: void __thiscall CGraphicTextInstance::Update(void)" (?Update@CGraphicTextInstance@@QAEXXZ) What can I do?
  14. You could delete all items from all accounts' safebox and see if happens again. I am not sure but you can try.
  15. Hi all. My client has a very annoying bug. My inventory sidebar is like this: If I warp from commands (with inventory open too) or from quest with inventory closed all is ok, but when I warp from teleport ring or any other quest with inventory open it does this: Thank you!
  16. In char_item.cpp add on top: #include "pvp.h"
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.