about npc ang trade bug
Printable View
about npc ang trade bug
Thank you guys :D
I logged in successfully and had a little time to play around with jobs and some of the other features and I noticed that Templar's skill "Templar's Call" does not work at all. Also, v17 glows don't seem to work either. In fact weapons do not glow at all when upgraded.
Edit: Also I'm experiencing lots of random crashes. Especially when I'm using 3rd job skills.
And Seraph's shield does not work; I get some sort of error in green that I dont understand.
Another Edit: I just crashed 1337 times while trying to do ANYTHING. I have PKd my self (dual client) and now when ever I try to do something, I crash. Whether I'm trying to walk or press I to open up my inventory- I just crash. Mostly when using skills in pvp, althought when I log back in I dont encounter the same crashes caused by the same skill/key again. It's like once I crash because of something it doesn't happen again (untill I restart the server or wait about 5 minutes untill i'll crash again)
Source.rar
*Notes:
1 - A lot of fixes done.
2 - I don't know if there is a exploit un-commented on the OnChat, so, check it.
where did you edited asal, what file? :P
attackarbiter.cpp
has anyone compiled this edit and logged in? I seem to not be able to after checking this out, I checked the logical explanations for why I would be unable to connect but all is as it should be
error_20111004Spoiler:
network_20111004.log
Spoiler:
when I type my login info it looks as tho the client freezes then it says unable to connect
Try to debug.
i get error
who know who to fix itQuote:
2011/10/ 5 13:18:45 ::LoadTextureFromRes : Theme\0WORLD_Flyff.dds not found
2011/10/ 5 13:18:45 CTexture::LoadTexture : Theme\0WORLD_Flyff.dds read error
2011/10/ 5 13:18:45 ::LoadTextureFromRes : Theme\0WORLD_Darkon12.dds not found
2011/10/ 5 13:18:45 CTexture::LoadTexture : Theme\0WORLD_Darkon12.dds read error
2011/10/ 5 13:18:45 ::LoadTextureFromRes : Theme\0WORLD_Darkon3.dds not found
2011/10/ 5 13:18:45 CTexture::LoadTexture : Theme\0WORLD_Darkon3.dds read error
2011/10/ 5 13:18:45 ::LoadTextureFromRes : Theme\0WORLD_Ricis.dds not found
thank you
Hello,
I'm searching to remove the autobuff on the function OnJoin/Onrevival thing
What is exactly the variable to comment/delete for this ?
Other thing, A psykeeper receive the 130 book when he up hero and another when he get 130 (same for billposter), where can I modify this ?
thanks
autobuff:DPDatabaseClient.cpp
Search for :
then replace for :PHP Code://BUFF
for( int ida = 1; ida <= 9; ida++ )
{
int SKID;
if ( ida == 1 )
SKID = SI_ASS_CHEER_HASTE;
else if ( ida == 2 )
SKID = SI_ASS_CHEER_ACCURACY;
else if ( ida == 3 )
SKID = SI_ASS_CHEER_CATSREFLEX;
else if ( ida == 4 )
SKID = SI_ASS_CHEER_QUICKSTEP;
else if ( ida == 5 )
SKID = SI_ASS_CHEER_BEEFUP;
else if ( ida == 6 )
SKID = SI_ASS_CHEER_MENTALSIGN;
else if ( ida == 7 )
SKID = SI_ASS_CHEER_CANNONBALL;
else if ( ida == 8 )
SKID = SI_ASS_CHEER_HEAPUP;
else if ( ida == 9 )
SKID = SI_ASS_HEAL_PATIENCE;
else
break;
ItemProp* pSkillProp = prj.GetSkillProp( SKID );
AddSkillProp* pAddSkillProp = prj.GetAddSkillProp( pSkillProp->dwSubDefine, 20 );
if( pAddSkillProp )
{
DWORD dwReferTarget1Backup = pSkillProp->dwReferTarget1;
pSkillProp->dwReferTarget1 = NULL_ID;
DWORD dwReferTarget2Backup = pSkillProp->dwReferTarget2;
pSkillProp->dwReferTarget2 = NULL_ID;
DWORD dwSkillTimeBackup = pAddSkillProp->dwSkillTime;
pAddSkillProp->dwSkillTime = 144000000;
pUser->DoApplySkill( pUser, pSkillProp, pAddSkillProp );
g_UserMng.AddDoApplySkill( pUser, pUser->GetId(), SKID, 20 );
}
}
//BUFF
I think :blush:PHP Code://BUFF
/* for( int ida = 1; ida <= 9; ida++ )
{
int SKID;
if ( ida == 1 )
SKID = SI_ASS_CHEER_HASTE;
else if ( ida == 2 )
SKID = SI_ASS_CHEER_ACCURACY;
else if ( ida == 3 )
SKID = SI_ASS_CHEER_CATSREFLEX;
else if ( ida == 4 )
SKID = SI_ASS_CHEER_QUICKSTEP;
else if ( ida == 5 )
SKID = SI_ASS_CHEER_BEEFUP;
else if ( ida == 6 )
SKID = SI_ASS_CHEER_MENTALSIGN;
else if ( ida == 7 )
SKID = SI_ASS_CHEER_CANNONBALL;
else if ( ida == 8 )
SKID = SI_ASS_CHEER_HEAPUP;
else if ( ida == 9 )
SKID = SI_ASS_HEAL_PATIENCE;
else
break;
ItemProp* pSkillProp = prj.GetSkillProp( SKID );
AddSkillProp* pAddSkillProp = prj.GetAddSkillProp( pSkillProp->dwSubDefine, 20 );
if( pAddSkillProp )
{
DWORD dwReferTarget1Backup = pSkillProp->dwReferTarget1;
pSkillProp->dwReferTarget1 = NULL_ID;
DWORD dwReferTarget2Backup = pSkillProp->dwReferTarget2;
pSkillProp->dwReferTarget2 = NULL_ID;
DWORD dwSkillTimeBackup = pAddSkillProp->dwSkillTime;
pAddSkillProp->dwSkillTime = 144000000;
pUser->DoApplySkill( pUser, pSkillProp, pAddSkillProp );
g_UserMng.AddDoApplySkill( pUser, pUser->GetId(), SKID, 20 );
}
}*/
//BUFF
I have been successfully translated into the game, with eflyff client but in addition to the login town NPC, other maps are not NPC, how this is going on ah?
Who can help me?
:?:
---------- Post added at 01:33 AM ---------- Previous post was at 01:30 AM ----------
Can spread to other web site, the web site I can't log on.