Sygnwmi p postarw pali alla nomiza oti ola tha pane kala telika den pigaine sto default alla sto adventurer_guildsman ola ok...twra kanw spawn to npc k m leei pws to html leipei....
<html><center><title>About The Mobs</title><center>
<center>
<body>
<img src="L2Font-e.mini_logo-e" width=250 height=95>
<img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="009900">______________________</font></font>
Mobs Here Are Extremely Dangerous!!Although If you have the proper party you can farm over here easily<br>
<img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="009900">______________________</font></font>
<td><button value="Back" action="bypass -h npc_%objectId%_Chat 0" width=203 height=35 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<br>
</body>
</center>
</html>
k mia erwtisi otan ftiaxneis to chat 1 k tou dineis px to onoma 36600-1,to symvolo dipla sto arxiko html einai pavla h meion? i den paizei simasia....
Edit:Prospathisa k exthes na ftiaksw ena npc eftiaksa to .sql to perasa ola kala eftiaksa to .html k auto kanonika ....pali m evgaze to idio error...mipws ftaiei to client?den 3erw ti allo na ypothesw.. :( opoiodipote allo vazw etoimo npc pou to pairnw apo dw (mxc) mou leitourgei kanonika.....otan paw na ftia3w ena npc san auto to etoimo m vgazei error...enw to html t einai akrivws idio me to allo....apla allazw to onoma tou .html kai vazw kainourgio npc stin vasi!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello.
This code works well. It removes buff with double click, but If you preffer remove buff with ALT + mouse click, place this code in AbnormalStatusWnd.uc
function OnLButtonDown(WindowHandle a_WindowHandle, int X, int Y)
{
local Rect windowBounds;
local int targetRow;
local int targetCol;
local StatusIconInfo info;
local SkillInfo skillInfo;
if (IsKeyDown(IK_alt) == false)
return;
// Find window position
windowBounds = Me.GetRect();
// Process clicks outside of window frame only
if (X > (windowBounds.nX + NSTATUSICON_FRAMESIZE))
{
// Calc row and col of targeted icon
targetRow = (Y - windowBounds.nY) / NSTATUSICON_SIZE;
targetCol = (X - windowBounds.nX - NSTATUSICON_FRAMESIZE) / NSTATUSICON_SIZE;
// Store status info of targeted icon
StatusIcon.GetItem(targetRow, targetCol, info);
// Store actual skill info and make sure it is exists
if (GetSkillInfo(info.ClassID, info.Level, skillInfo))
{
// Request server to stop skill effect
// Usage: _dispel:<int:skill_id>,<int :skill_level>
// Example: _dispel:313,8
RequestBypassToServer ( "_dispel:" $ string ( skillInfo. SkillID ) $ "," $ string ( skillInfo. SkillLevel ) ) ) ;
}
}
}
Question
Immortal Dev. TM
Sygnwmi p postarw pali alla nomiza oti ola tha pane kala telika den pigaine sto default alla sto adventurer_guildsman ola ok...twra kanw spawn to npc k m leei pws to html leipei....
o kwdikas einai
kai to chat 1 einai auto....
k mia erwtisi otan ftiaxneis to chat 1 k tou dineis px to onoma 36600-1,to symvolo dipla sto arxiko html einai pavla h meion? i den paizei simasia....
Edit:Prospathisa k exthes na ftiaksw ena npc eftiaksa to .sql to perasa ola kala eftiaksa to .html k auto kanonika ....pali m evgaze to idio error...mipws ftaiei to client?den 3erw ti allo na ypothesw.. :( opoiodipote allo vazw etoimo npc pou to pairnw apo dw (mxc) mou leitourgei kanonika.....otan paw na ftia3w ena npc san auto to etoimo m vgazei error...enw to html t einai akrivws idio me to allo....apla allazw to onoma tou .html kai vazw kainourgio npc stin vasi!
[Lock Request]
Problem Solved.... Sorry gia to double post!
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.