Jump to content

WeedHex

Premium
  • Posts

    1544
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. Yeah bro!! His channel grown a lot
  2. Who's the dev of your server in italy? [Hidden Content] It's called karma, because you want to earn money using random sources. Y, random as your crash that I saw in other forums.
  3. Ok for pack, I mean here: RaceManager.cpp void GetRaceResourcePathes(...)
  4. Mount gr2 should be in /npc_mount. Be sure the client i loading correctly (after you are sure about gr2 dir).
  5. Count how many letters there are in a line and add [ENTER] exceeded a fixed number. Maybe in a new function to be ordered. LazySay("")
  6. Is it happening on a release server with players or just in developing?
  7. Any video to see the effect? I love this kind of works. Thank you for share!
  8. Because you are using a client stolen somewhere and the server part is different? If yes, I foresee so much suffering
  9. GetNewPetSystem()-> Was null pointer, so just check it. (Idk this system but seems such a sh1t xD)
  10. IsActivePet (this=0x0) Show us this canc3r function It's shit about your pet system, I don't use it.
  11. function clear_letter() q.done() end So int quest_done(lua_State* L) { CQuestManager& q = CQuestManager::instance(); if (q.GetCurrentPC()) q.GetCurrentPC()->SetCurrentQuestDoneFlag(); return 0; } Soooo if I'm not wrong, you are out of instance. You can't there, the game won't know which quest you want to clear. Ps. Is not really safe to check only target.click on NPC talk.
  12. SetScreenEffectWaving(2.0f, intensity); 2 or a bit more is enough as timing in RUN motion. Like it was set, there was a risk that it remains active on mob purge.
  13. void CInstanceBase::__SetAffect(uint32_t eAffect, bool isVisible) { switch (eAffect) { ...... case AFFECT_REVIVE_INVISIBILITY: __Assassin_SetEunhyeongAffect(isVisible); break; case AFFECT_EUNHYEONG: __Assassin_SetEunhyeongAffect(isVisible); break; ...... } Yfw
  14. Just remove the skill on login (char_affect.cpp). Maybe it's colliding with the REVIVE_INVISIBLE affect.
×
×
  • 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.