Jump to content

Traceur3RUN

Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Traceur3RUN

  1. Version of Files : XXX [[ Hi / Hello / Hey... ]] [[ It is a template to help you with your problem... ]] 1. Description of the problem / Question : spider dungeon2, bug graphics black screen 2. SysErr ( Client / Server ) / SysLog ( Server ) 3. How to reproduce it ? [[ Explain to us, how do you do it ? ]] 4. Screenshots ? [[ A picture is worth more than a thousand words... ]] Thanks, Sincerly, [[ Username ]]
  2. hello, its possible to give player a exp percent not exp in value? like pc.give_exp(50%)
  3. hello, sometimes my server looks like closed. all channels and game + db are running but when i try connect i got this message: "Server is not open yet" auth: sysser ChildLoop: AsyncSQL: query failed: Table 'account.messenger_list' doesn't exist (query: SELECT account, companion FROM messenger_list WHERE account='' errno: 1146) Analyze: Accept shutdown p2p command from 62.210.77.54. someone have know how i can fix it?
  4. i added full code after channge to main post, everything is 1:1 to this tutorial can you help me? i use the same quest from this thread.
  5. Bug: and when i equip it i need warp to another map or change character and again enter to game to see mount.
  6. Hello, i added this mount system: but i have a problem, because i have mount on slot sash and sash on mount. #2 bug is when i equip mount they don't summoned. only when i change character or change map mount is summoned Client Binary: GameLib/ItemData.h UserInterface/GameType.h UserInterface/PythonItemModule.cpp Server: common/item_lenght.h common/length.h DB: ProtoReader.cpp Game: char_battle.cpp char_item.cpp cmd_general.cpp item.cpp item_manager.cpp questlua_pc.cpp DumpProto: ItemCSVReader.cpp Client: costumewindow.py
  7. thanks, btw i have one more question how i can add to item_award money_drop_rate_expire? or it imposible
  8. Hello, how i can set time to item in item_award?
  9. Hello, im looking for someone who can 1.fix country and empire flag by Vegas 2.pvp icons  3.AUCTION HOUSE *if item time expired item going to mailbox if item boughted item going to mailbox if item canceled item going to mailbox...... for more informations msg me Thanks
  10. Hello, how i can colored monster name different by level? player level > mob.level = color white mob.level > player.level = color green
  11. Hello, how i can create new function Like getName() but i need function player->test as value, and account->test as string getPlayerTest() getAccountTest()
  12. Hello, someone who have mob_proto with them pets and others please post thanks
  13. Hello, how i can change etc_drop_item load by name to load by vnum? i found const int FILE_NAME_LEN = 256;
  14. doesn't work 16>PythonItemModule.obj : error LNK2001: unresolved external symbol "public: unsigned char __thiscall CItemData::GetMaskType(void)const " (?GetMaskType@CItemData@@QBEEXZ) 16>PythonItemModule.obj : error LNK2001: unresolved external symbol "public: unsigned char __thiscall CItemData::GetMaskSubType(void)const " (?GetMaskSubType@CItemData@@QBEEXZ)
  15. Hello, i have a problem with fix this limit can anyone help me? because ITEM_MEDIUM and ITEM_SOUL doesn't load int get_Item_Type_Value(string inputString) { string arType[] = {"ITEM_NONE", "ITEM_WEAPON", "ITEM_ARMOR", "ITEM_USE", "ITEM_AUTOUSE", "ITEM_MATERIAL", "ITEM_SPECIAL", "ITEM_TOOL", "ITEM_LOTTERY", "ITEM_ELK", //10개 "ITEM_METIN", "ITEM_CONTAINER", "ITEM_FISH", "ITEM_ROD", "ITEM_RESOURCE", "ITEM_CAMPFIRE", "ITEM_UNIQUE", "ITEM_SKILLBOOK", "ITEM_QUEST", "ITEM_POLYMORPH", //20개 "ITEM_TREASURE_BOX", "ITEM_TREASURE_KEY", "ITEM_SKILLFORGET", "ITEM_GIFTBOX", "ITEM_PICK", "ITEM_HAIR", "ITEM_TOTEM", "ITEM_BLEND", "ITEM_COSTUME", "ITEM_DS", //30개 "ITEM_SPECIAL_DS", "ITEM_EXTRACT", "ITEM_SECONDARY_COIN", //33개 "ITEM_RING", "ITEM_BELT", //35개 (EItemTypes 값으로 치면 34) "ITEM_PET", //36 "ITEM_GACHA", "ITEM_MEDIUM", //38 "ITEM_SOUL", }; int retInt = -1; //cout << "Type : " << typeStr << " -> "; for (int j=0;j<sizeof(arType)/sizeof(arType[0]);j++) { string tempString = arType[j]; if (inputString.find(tempString)!=string::npos && tempString.find(inputString)!=string::npos) { //cout << j << " "; retInt = j; break; } } //cout << endl; return retInt; }
  16. They use and have problems with hacks. At like tibia you can't use any damage or another bug to hit more because everything load from server side. And i want reach the same goal. Btw. When monster hit you or you hit monster = dos your db.
  17. Hello, why new .Epk and Epx is broken? broken: metin2_patch_dragon_rock_mobs .... .... and more can someone explain why? and some idea how i can fix it and load without probloms as like official GameForge metin2.
×
×
  • 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.