Jump to content

HFWhite

Active+ Member
  • Posts

    204
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HFWhite

  1. I saw this topic but my problem is that the icon does not load at all!
  2. Hello. I just updated my devil lib to 1.8.0 but when I change my dll from client to 1.8.0 version I have a problem with guild mark icons. When I change my guild Icon ingame, it appears empty. I think there's a problem between client <~> server. Do I need to update something in game source? If so how and what? My server runs on Freebsd & compile with Clang14.
  3. do the tutorial from github not from m2download
  4. Yep. Working. I've added a search function as well:
  5. yes, that's the problem. you have to add into this funtion: CPythonTextTail::TTextTail * CPythonTextTail::RegisterShopTextTail(DWORD dwVirtualID, const char * c_szText, CGraphicObjectInstance * pOwner) your pTextTails
  6. Oh please do! Most of the old clients and serverfiles are long lost unfortunately.
  7. As you probably know, abesgaara was one of the first private server modded clients. It was one of the most used clients of all time in the 2008-2013 era. I found them in my old drive and I want to share them with you, both versions v3.5 (The Evolution CATACLYSM) and v3.7 (Fall of the Cataclysm) Abesgaara v3.5: [Hidden Content] Abesgaara v3.7: [Hidden Content]
  8. You need to complete the alchemist mission or remove this restriction from source.
  9. I still think your old Quest Renewal was better: [Hidden Content]
  10. Yeah, I've tested it and It solved my issues with the tooltip stuck to the cursor. Thank you!!!
  11. I have this on loading ingame after tp, when I hover my cursor over taskbar (item/skill) and then move the mouse I usually have this annoying bug. or do this to replicate: [Hidden Content]
  12. is this a fix also for when the tooltip gets stuck to the cursor?
  13. What does SECONDCOIN do ?? If i write "50011" on priceVnum and on price "200" It tells me I dont have enough yang to buy the item.
  14. On costume mounts you apply the bonuses directly on the item from item_proto..
  15. shouldn't you write it like this then? because now it acts like this for all songs.. if (musicInfo.fieldMusic == "xmas.mp3"): netFieldMusicFileName = net.GetFieldMusicFileName() if musicInfo.fieldMusic != "": snd.FadeInMusic("BGM/" + musicInfo.fieldMusic) elif netFieldMusicFileName: snd.FadeInMusic("BGM/" + netFieldMusicFileName) else: netFieldMusicFileName = net.GetFieldMusicFileName() if netFieldMusicFileName: snd.FadeInMusic("BGM/" + netFieldMusicFileName) elif musicInfo.fieldMusic != "": snd.FadeInMusic("BGM/" + musicInfo.fieldMusic)
  16. Can you give me the old version so i can remove it and add the new one? edit: nevermind, I did not see it on the repo there.
  17. yeah but if you do this, the song will save for all maps and wont reset.. If you set enter_the_east from music and change maps, enter_the_East will be for Desert as well for example
×
×
  • 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.