Jump to content

Adrian1428

Inactive Member
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Adrian1428

  1. I want to add level in trade , I edited PythonExchange.cpp / .h and PythonExchangeModule.cpp ( i added m_victim.level etc) but unsuccessfully. I want someone to tell me how to do reading level to m_victim like to m_victim.name. Thanks in advance.
  2. add a function before when running begin when xxxxxxxxxx begin I recommend you rewrite quest carefully.
  3. It works now, many thanks to you sir! Now, I just need the belt inventory (the space where I can put my potions). Did you know where can I find those files? Just for client, I think my server side it's ok.. No exist for 34k , if you use 40k search a client for 40k and extract from there
  4. Change in inventorywindow.py (locale folder) this line: "image" : "d:/ymir work/ui/equipment.sub", -- I think or something like this with "image" : "locale/equipment_bg_without_ring.tga", and put in locale folder equipment_bg_without_ring.tga , search on google for equipment_bg_without_ring.tga , I have this image but with ring slot.
  5. DROP TABLE IF EXISTS `mob_proto`; CREATE TABLE `mob_proto` ( `vnum` int(11) NOT NULL DEFAULT '0', `name` varchar(24) NOT NULL DEFAULT 'Noname', `locale_name` varbinary(24) NOT NULL DEFAULT 'Noname', `rank` tinyint(2) NOT NULL DEFAULT '0', `type` tinyint(2) NOT NULL DEFAULT '0', `battle_type` tinyint(1) NOT NULL DEFAULT '0', `level` smallint(3) NOT NULL DEFAULT '1', 7 column = level
  6. libboost_chrono-vc120-mt-sgd-1_55.lib : [Hidden Content] [Hidden Content](v=vs.80).aspx [Hidden Content] [Hidden Content](unsigned+short+const+*%2Cunsigned+short+const+*%2Cunsigned+short+const+*%2Cunsigned+int%2Cunsigned+int)%22+(%3F_invalid_parameter%40%40YAXPBG00II%40Z)+already+defined+in+LIBCMTD.lib(invarg.obj)&oq=error+LNK2005%3A+%22void+__cdecl+_invalid_parameter(unsigned+short+const+*%2Cunsigned+short+const+*%2Cunsigned+short+const+*%2Cunsigned+int%2Cunsigned+int)%22+(%3F_invalid_parameter%40%40YAXPBG00II%40Z)+already+defined+in+LIBCMTD.lib(invarg.obj)&aqs=chrome..69i57&sourceid=chrome&es_sm=93&ie=UTF-8
  7. but how can do maybe with quest?or somebody .. what with ip which have ip in list what i add only this IP can connect with GM acc Add a new quest function : Get the IP address of the player: int pc_get_ip(lua_State* L) { lua_pushstring(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetDesc()->GetHostName()); return 1; } and make a quest , it's hard if the gm has dynamic ip.
  8. You must have a level near to Metin level to have that drop. check metin level in mob_proto , navicat.
  9. I want to try to change gold limit but the thing that worries me ... I use this python27.dll and works ok at the moment: has a smaller size than the official servers python27.dll ... 900+kb vs 2mb+
  10. Anyone know how to resolve in client source this error: Python int too large to convert to C long ? I found this : PythonUtils.cpp // Python int too large to convert to C long #define PyLong_AsLong PyLong_AsLongLong #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong but um. That's OK but when we work on large numbers we can have badly suprises There are other better solution or is it ok that? I hate CTOA. Thanks in advance.
  11. No...Only source It's time to change 34k with 40k.
  12. I think will be better use python27 on launcher. Thanks.
  13. I have this errors: [Hidden Content] I use python22 on launcher and vs2008 , is needed 27 or work with 22? cpp file: [Hidden Content]
  14. I can compile a few files from the root or all files is needed?
  15. United is online. Put whatever you want in the server.
×
×
  • 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.