Jump to content

Cunoo

Inactive Member
  • Posts

    326
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cunoo

  1. I don't know how deep is this possible, but I have this problem on pc with c2d series q6xxx... With newest cpu is all okey.. So he too solved problems with update.. I think doesn't exist one manual for all..
  2. Cunoo

    WoM2

    This is sad true.. I see maybe 5 days ago gf itemshop. 80 coins voucher on 50 coins WTF??? 299 coins 3+1 bonus add pack!!!!!!! I can rlly fuck gayforge and I dont never play any game distributed by Gameforge.
  3. Cunoo

    WoM2

    Money, money, money.. Fuck gameforge.. No one normally game.. Only vampire lobby.. RIP metin.. I think this is a end of story.. If I can something say, so stop play official servers and visible say STOP gameforge in EU! Gameforge never make in history something good for players!!! Just a Germany, peace.
  4. That's maybe bad.. We have problem clean earth.. How we can clean universe?????? So I think before we can know clean we don't have right make mess.
  5. So VS automatically touch you with updates.. But you need oldest update.. Because I think Mali make this source and never more update it for newest vs updates.. (if you install vs just new clean install.. You dont have oldest updates, because microsoft cant/dont know include old packages) You can solve this with build log.. Read messages and install missing package.. I dont remember this, because I dont have this project and I only look into Mali knows too many months ago but I remember, I have same problem with actualization of vs.. This is not hard and if I remember sure package you nedeed is something 1.4.2 idk I'm not 100% sure, but this is 100% easy solve it. If you want some help send me PM, because I can't help more if I dont have more informations and I flly don't want download project for help us..
  6. You can comment some lines in client source.. Open UserInterface/locale_inc.h Second problém post here error log from vs.. But I think you need only update studio.. I'm not 100% sure but if I remember you need v142 toolset + some updates..
  7. Why no one read first post??? This is free project made from Mali updated kraizy source and Sanchez client. So this is just clean leaked source from 2014! Only updated for bugs.. There is not Lycan, new updates, anything else.. Only base game from 2014 with some updates for code,, studio, compiler, bugs, leaks.. Translated for much languages. Btw. Marty is strong edited source with some stuff and is not free.
  8. Version on this forum yes.. Open InstanceBase and check it!
  9. Questlua.cpp ch->PointChange(POINT_STAT, ((MINMAX(1, newLevel, 250) - ch->GetLevel()) * 3) + ch->GetPoint(POINT_LEVEL_STEP)); Char.cpp if (GetLevel() < 251) PointChange(POINT_STAT, 1); // Yes 251 because you must set +1 of your max lv
  10. One think.. You can make only 255lv because you are limited with BYTE.. If you want more high level, you must change BYTE to INT.. Tutorial is too on this forum I think by Mali.. And last little think.. Change get status points after 90lv.. Because you get original only under 90lv..
  11. Default function stop it running emote... (official code) So this is same fix about ymir... You don't make more than true, false... I think you can more, but this is not badest code.. If you can't make memory leak you are right.. Not the best but right..
  12. Read first topic... Current EN client by Sanchez.. Updated sources by Mali (kraizy.tgz so mainline or mainline_released, I think mainline-released) you can check more informations in all topics on this forum.
  13. COSTUME_TYPE_WEAPON.. So idk if someone help you, if you don't know whitch version you using.. Just reinstall your costume weapon with requirement version.. Sanii don't work with old costume weapon without value3.. What is hard understanding this? I'm 100% sure you don't have value3 costume weapon system..
  14. Just exist two versions of weapon costume.. One using in item_proto value3 column for subtype weapons.. So shining Sanii works only with this version.. You can check it in InstanceBase.cpp.. Touch google with: Weapon Costume System Value3
  15. You can block equip change when emotion running.. Normally emotion is stopped when you unequip armour or weapon.. So this is easy way how to fix it..
  16. You need weapon costume with value3.. So exist 2 versions..
  17. You can take original last 2013 or early 2014 clients in all languages from gameforge.. And you can too create from client basic translate for server with example java or php script from xml.. Then its not hard to make copy in all languages with same parameters.. Why do it the easy way when you can do it the hard way?.........
  18. Yes but free space in exist files is too good road.. No sense create new files for simply things.. I'm agree with you, but not all must be "better".. Just not all things from ymir are bad..
  19. True, but true is too just 90% of client are duplicated files + ymir organized structure is really bad.. So this is only offer.. I don't want release it, because I did it for myself.. I only offered this as team work.. Btw. All my work is official like 2014.. New is only structure for better fastest work and simply updates + performance.. And I rewrited all data files to one string + all motlist are same as animation.. This is my work for the last 4 years and it really took me a lot of time.. EDIT: Btw. I have too all synchronized mysql tables with source. (originál kraizy just too 2014) Why you want did this change? So you can select simple empty space for selected data.. Okey for item_desc maybe but idk 50/50% for sure.. For item_list definitively not.. Just why? You can insert free spaces how much you want.. Btw. I dont think this is performance problem..
  20. @TMP4 I can supply a reorganized client if anyone is interested... What I means? 1. All granny files converted to 2.11.0 version, optimalized shaders and without compress. + bonus reorganized textures + optimalized textures, renamed such names and created new string for all things.. 2. Reorganized PC, PC2 to better format string and without files whats are not for character works.. 2.1 Reorganized all armours too new pack.. + same as things as 1. Point.. And too much things so I can too late add more informations + images about it.. I don't think many people here have a client like that. EDIT: Btw.. .msm is too reorganized, item proto too (official) and little changes in sourxe.. All can be make..
  21. One little think.. quest back_to_your_town begin state start begin when login with not pc.is_gm() begin if pc.get_map_index() == 41 and pc.get_empire() != 3 then warp_to_village(); elseif pc.get_map_index() == 21 and pc.get_empire() != 2 then warp_to_village(); elseif pc.get_map_index() == 1 and pc.get_empire() != 1 then warp_to_village(); end end end end
  22. Yes but now you cant go in enemy empire.. Thats what u want?
  23. Idk, I never had problem with mob_proto.. This is strange, but too late check it.
×
×
  • 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.