Jump to content
  • 0

Help Please with refine and seeing aura.... and thanks


Kaito Kid

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

Help please i got few question:

1. how to make this refine read costumes equipment.

I was trying to add getequipname(10)-getequipname(13). but it getting errors

set @typr,0;

next;
mes "[black Devilz]";
mes "Your Current Event Point(s):^FF0000 "+#EVENTPOINT+"^000000";
next;

set @typr,select(getequipisequiped(1)==0?"[ No Item Equipped ]":getequipname(1),getequipisequiped(2)==0?"[ No Item Equipped ]":getequipname(2),getequipisequiped(3)==0?"[ No Item Equipped ]":getequipname(3),getequipisequiped(4)==0?"[ No Item Equipped ]":getequipname(4),getequipisequiped(5)==0?"[ No Item Equipped ]":getequipname(5),getequipisequiped(6)==0?"[ No Item Equipped ]":getequipname(6),getequipisequiped(7)==0?"[ No Item Equipped ]":getequipname(7),getequipisequiped(8)==0?"[ No Item Equipped ]":getequipname(8),getequipisequiped(9)==0?"[ No Item Equipped ]":getequipname(9));

if(!getequipisenableref(@typr))
{
 mes "Impossible to refine this item!";
 close;
}

if(getequiprefinerycnt(@typr)>=20)
{
 mes "Impossible to refine this more than 20 level";
 close;
}
   if(#EVENTPOINT < 1000) {
mes "Not Enogh Event Points";
 close;
} 
mes " Good Luck! ";
if(select("Refine now")) {
 set #EVENTPOINT,#EVENTPOINT-1000;
 successrefitem @typr;
 dispbottom "Your Remaining Event Point(s): "+#EVENTPOINT+".";
 close;

}

2. My client cant see aura on other char even he was on maks lv 255

i am already diff my client to read costume aura.tga and over 99 level.

thanks and many thank for you /??

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

Ah... thanks again emistry... and about aura... how to fix it??

setting on server side aura lv 255 and it cant fix it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...