Jump to content

HFWhite

Bronze
  • Posts

    195
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HFWhite

  1. 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
  2. Oh please do! Most of the old clients and serverfiles are long lost unfortunately.
  3. 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]
  4. You need to complete the alchemist mission or remove this restriction from source.
  5. I still think your old Quest Renewal was better: [Hidden Content]
  6. Yeah, I've tested it and It solved my issues with the tooltip stuck to the cursor. Thank you!!!
  7. 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]
  8. is this a fix also for when the tooltip gets stuck to the cursor?
  9. 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.
  10. On costume mounts you apply the bonuses directly on the item from item_proto..
  11. 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)
  12. 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.
  13. 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
  14. something's not right... [Hidden Content] Edit: @ Mitachi helped me solve it and as of right now I think he's already updating the repo xd. Thanks man! for now, everything works perfectly.. I will test further anyway and If I find something I will reply here. Gif: [Hidden Content] also! dont forget to uninstall the quest
  15. compiling... brb with edit Edit 1: #include "../../common/VnumHelper.h" in pvp.cpp
  16. If you want an actual "system" for autofishing, you can add this fishbot: (tested myself & working) [hide][Hidden Content]]
  17. It's not that easy, because anti aliasing is initialized on create, I don't think you can deactivate it once the client is started.
  18. if we disable backbuffer and add anti aliasing CEF Browser stops working
  19. how to do this on dx8 ?
×
×
  • 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.