Jump to content

backtop

Member
  • Posts

    40
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by backtop

  1. Hello, I got an error while compiling game source: The libIL.a is in the right folder... Files are untouched, so no changes made... Files are from Martysama, I wrote him but didn't get a reply, so trying my luck here Can someone help me here? Screenshot:
  2. I found out that its an issue with poison effect.. thats why its almost only appearing in the dessert map... Can someone help me here?
  3. Hey Com, can someone help me here? i got this error in server syserr The only change i made before the error appears was in mob_drop_item.txt But no mob drop the item 1691088938 I get kicked out and cant login again unless i reboot the server can play for like 2 minutes and kicked out again... But this only appears in the desert map Client Syserr: And this is my cleint syserr
  4. Someone care to share a fix for this? I got the same visual effect
  5. Sorry for the double post (cant edit my post above)... i fixed the day and night.. another problem is that the snow texture of the maps dont show and snowfall either... Do i miss something? I'm using TMP4 files
  6. yes its set like that same here both entrys are right... do i miss something in source? shop.h typedef struct shop_item { DWORD vnum; // 아이템 번호 long price; // 가격 WORD count; // 아이템 개수 LPITEM pkItem; int itemid; // 아이템 고유아이디 shop_item() { vnum = 0; price = 0; count = 0; itemid = 0; pkItem = NULL; } } SHOP_ITEM; packet.h struct packet_shop_item { DWORD vnum; DWORD price; WORD count; BYTE display_pos; long alSockets[ITEM_SOCKET_MAX_NUM]; TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM]; };
  7. Default is 1 but trying it with 0 Sadly i dont know whats wrong... I am using TMP4 files... if this helps Edit: Error still occurs
  8. Hey, can someone help me here? I edited the shop_item table in navicat from tinyint to smallint and length to 4 but i got this error even i changed it back to tinyint and length 3... what am i doing wrong here?
  9. I know you wouldn't, sorry for the misunderstanding... i just wanted to say that it don't work for me, cause i do something wrong... but i don't know what... Thats the Quest im using: Do i miss something? For example: item.set_attribute is implemented in source and in quest_functions... but i dont have globals.lua in my quest folder... Could that be the reason why i don't work?
  10. Both Methods don't work for me... in the first quoted Methods i get an random Bonus for example strong against Devils... in the second Method i don't get an Bonus at all, i implemented the item.set_attribute in source from Pengers release
  11. You have to change this in your quest not in py files
  12. Thank you for your help But I don't have the function item.set_attribute in questlib.lua can you share this function?
  13. Thanks quest compiled without any errors Can't choose anything and images aren't showing too My Quest: But i got another problem ingame:
  14. Thank you for your time. This really helps me out... Can you help me again? I dont know what this means Here is the Quest i tried to compile When i try to compile the quest i got this error:
  15. Hey Com, does someone have the quest official like? If not can someone help me writing one? Thats all i have for now... but i dont know how to get further... quest young_heroes begin state start begin when login or levelup with pc.get_level() == 1 begin send_letter(gameforge.young_heroes.titel) end end when button or info begin say_title(gameforge.young_heroes.titel) if pc . job == 0 then say_item_vnum(21900) say_item_vnum(21903) if pc . job == 1 then say_item_vnum(21901) say_item_vnum(21902) if pc . job == 2 then say_item_vnum(21900) if pc . job == 3 then say_item_vnum(21904) say_item_vnum(21905) end end Someone know how to make a choice system for the player?
  16. I got some errors while compiling source... "& requires L-Value" in PythonWindow.cpp Can someone help me fix this?
  17. He is banned... Is there any other oppurtunity to contact him?
  18. Hey all, Using the M2KSF Files and the Questcategory system was already implemented and it works fine, just the levelup Quest isn´t showing. Like you can see here Can someone tell me in which category it has to be? My Questcategory.txt Here is my levelup Quest... Can't post code here Sorry for my bad english
  19. Hey can someone help me fix that, when a player have 4k HP and getting 5k damage, that his HP is going into negative (-1k in that case). I want to prevent that (for example his HP should be 0 not -1k). Sorry for my bad english
×
×
  • 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.