Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by North

  1. It isnt actually, to initialize something you should do int myvariable = 0; so in this case you can try to initialize dwPos to 0 or whatever you need in this case, but with such low debugging info`s i cant really dig into what`s wrong
  2. you have to edit the dds or whatever in ETC folder i think or something really near to that, its just an image tho
  3. This guy is a known italian reseller and has been banned in the past on this forum, so nothing new p.s. opening a python gui via quest is cancer please dont do it again
  4. For the quest go into TEST mode and you will have some more info's, guessing you already checkd the syserr, right? About the shutdown, if your locale_string is fucked up (dw, mine is too) just translate from the source the part is giving you problems
  5. try with vs2013 w/ xp_120 toolset You will likely get a lot of warning for the deprecated stuff, but with some googlin you can fix them easily by yourself
  6. seems like he cant get the gui (correct me if this is bullshit)
  7. hihi xdddddddddd are you serious or just trolling?
  8. Its smarter to use one instead of 3, you just need to edit the character creation part in the client to do so
  9. North

    Metin2 Map

    I just downloaded the shogun pack + oblivion textures! Now they starting to look better than the first , thanks tho those screenshoots are really pleasuring for the watch
  10. North

    Metin2 Map

    M2 Download Center Download Here ( Internal ) Lets skip all the boring part, this is my first map created with we so dont be too harsh DL: [Hidden Content]
  11. The first mounts we're implemented with skipia dungeon, you had to drop the "one use" seals from there, if i remember correctly
  12. Well i think you should consider install a 32bit jail
  13. The new level for a metin2dev user, guessing whats wrong in a fucked up code from a gif.
  14. you should create something new, you can do something like this: if (GetMapIndex() == 123) //put everyone in killer mode //do what you want, count the killings and if someone has killed 10 players give him idam = idam * 2; or shit like that
  15. can you get the fuck out of this community? thanks Everything here should be public, not written into pm's for money or things like that For who wants to do this just check if MOBRANK == boss set affect YMIR If you dont know how to do it just turn your brain on and apply yourself more into this if (GetMobRank() >= MOB_RANK_BOSS) { m_afAffectFlag.Set(AFF_BOSS); } You can figure out by yourself using notepad++ . AFF_BOSS is the same as AFF_YMIR, you just have to create another one for bosses
  16. Why would you read the tables? Just say if nickname contains [GM] do this, if [GA] do that etc
  17. North

    Trade Map

    @DevChuckNorris Can we fix this attachments not avaible for the forum users? :\ Thanks
  18. special item group isnt affected by this. Its enough mob_drop & common_drop. Drop_item_group is unused the 90% of the cases
×
×
  • 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.