- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
0
Problem uimessenger.py
0816 20:44:17524 :: Traceback (most recent call last): 0816 20:44:17524 :: File "ui.py", line 1409, in CallEvent 0816 20:44:17525 :: File "ui.py", line 90, in __call__ 0816 20:44:17525 :: File "ui.py", line 72, in __call__ 0816 20:44:17525 :: File "interfaceModule.py", line 1266, in ToggleMessenger 0816 20:44:17525 :: File "uiMessenger.py", line 384, in Show 0816 20:44:17525 :: File "uiMessenger.py", line 415, in __LoadWindow 0816 20:44:17525 :: AttributeError 0816 20:44:17525 :: : 0816 20:44:17525 :: 'module' object has no attribute 'MOBILE' 0816 20:44:17525 :: -
2
-
4
-
4
Syseer Client
Ok for pack, I mean here: RaceManager.cpp void GetRaceResourcePathes(...) -
896
-
4
-
4
Syseer Client
Mount gr2 should be in /npc_mount. Be sure the client i loading correctly (after you are sure about gr2 dir). -
4
Syseer Client
Hello guys What is the problem when I wear mount CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc2/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc_pet/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/monster/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/monster2/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/guild/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. -
7
Mob/Stone attack effect problem (shaking)
void CActorInstance::__ProcessDataAttackSuccess(const NRaceData::TAttackData& c_rAttackData, CActorInstance& rVictim, const D3DXVECTOR3& c_rv3Position, UINT uiSkill, BOOL isSendPacket) else if (rVictim.IsStone() || rVictim.IsDoor()) { __HitStone(rVictim); } void CActorInstance::__HitStone(CActorInstance& rVictim) { if (rVictim.IsStun()) { rVictim.Die(); } else { rVictim.__Shake(100); // This is what triggers the shake, make sure it's there. } }- 1
-
-
Question
EnKor 37
Hi there.
I have one server. And some time i need to give ip block.
but then, then change the ip and make other accounts. So this is not the best way.
I have one ideia, but i need some help.
I wanna make one quest.
When login then
If i have one email in one txt file, then the quest make what i wanna.
can any one help me in this ? Pls?
How can a make some quest look for one email in one txt file.
i realy need this. pls!
Link to comment
Share on other sites
Top Posters For This Question
3
1
Popular Days
May 28
3
May 29
1
Top Posters For This Question
EnKor 3 posts
Cataclismo 1 post
Popular Days
May 28 2015
3 posts
May 29 2015
1 post
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now