Jump to content

MrLibya

Premium
  • Posts

    378
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by MrLibya

  1. #close the whole client part was shit and baggy
  2. no we had code it by our self ( server side ) but client side a friend give it to me ( for color part )
  3. hallo all we have make the new item swap system but we have 1 bug , that if I want swap item and the first target slot is empty it will ignore it and go to the first slot with item img:
  4. thx for the code , but it's useless , I can talk to my friend and keep killing him or use different laptop and use a vpn ,
  5. why u did such a thing by source ? u could write query in navicat
  6. M2 Download Center Download Here ( Internal ) hallo all thos quests are only present in my files that i sell ( NewWorld) and someone stole it from one of my clients so i will public it here ( while the last update for thos two quests have too new feature ) the system will send a leeter to any gm with high level so he can start / close any event & also rate note : it was writen too long time by me , so maybe u may not like some method note2: the other event i will upload it here < useing official 40k quests < some of them i make litile change for them note3: for adding more events , u can just add new line in the next two quests < easy to add event manger: event drop :
  7. that was a test , but the acticle one is : when 20017.chat.gameforge.arena_manager._10_npcChat begin gameforge.warehouse._10_npcChat = pc.get_lang()..gameforge.warehouse._10_npcChat i also try gameforge.warehouse._10_npcChat = ""..pc.get_lang()..gameforge.warehouse._10_npcChat error : attempt to concatenate field `_10_npcChat' (a nil value) maybe cuz u write it in questlib.lua try in translate.lua
  8. how i can increase yang privetshop ( for now it's 999.999.999 , i want make it 900.000.000.000) in root i have change the int to long ( for shops) uicommon: in moneyinputdialog.py but ingamge i can't write price more then 999.999.999 did i miss something?
  9. hallo i was wondering how i can make something like this : quest : when 20017.chat.(string.format(gameforge.test._10_npcChat, pc.name())) begin translate : gameforge.test._10_npcChat = "hallo %s " or something like that : when 20017.chat.gameforge.test._10_npcChat begin translate : gameforge.test._10_npcChat = "hallo "..pc.get_name()
  10. try in cmd_gm.cpp find this ACMD(do_item_purge) change this for (i = 0; i < INVENTORY_AND_EQUIP_SLOT_MAX; ++i) to this for (i = 0; i < INVENTORY_MAX_NUM; ++i)
  11. now i add in SPlayerStatus and the new function and new packet for packet_points_ex but still same bug, maybe the const LONGLONG POINT_MAGIC_NUMBER_EX = 0xe73ac1da; wrong ?
  12. oh right right , how did i missed that thx i will tell u when it's done
  13. long long , i had to make new packet for point gold and delete it from the old one this one from the binary
  14. i was try to make it unsigned long long in binary and long long in source, now i make the binary long long and use PyLong_FromLongLong and same bug also i test it with normal code elk function : the new function for the new packet and same problem
  15. hallo all i was trying to increase yang so the server part is ok , i use ULL also i make new packet for that only 1 problem every time i try something i get big value like that : i'm useing i also try Py_BuildValue("(K)" and same bug
×
×
  • 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.