Jump to content

Yoona

Members
  • Posts

    567
  • Joined

  • Last visited

Posts posted by Yoona

  1. im using this version Revision 17337

     

    some of the skills are not working perfectly, like harmonize for Minstrel instead of +25all stats it gives -25allstats can someone help me how to change it? thanks.

  2. Can someone please Edit this, coz when i tried in Pub you can still got 1 Cash points i want to remove that...

     

    - script Hourly Points -1,{
    OnUpdate:
    if( !checkvending() ){
    set @Minute,@Minute + 1;
    if( @Minute % 60 == 0 ){
    set #CASHPOINTS, #CASHPOINTS + 1;
    dispbottom "Online for 1 Hour You Gained 1 Cash Points.";
    set @Hour,@Hour + 1;
    if( @Hour % 12 == 0 ){
    set #CASHPOINTS, #CASHPOINTS + 10;
    dispbottom "Online for 12 Hours +10 Cash Points.";
    }
    }
    }
    OnPCLoginEvent:
    addtimer 60000,strnpcinfo(0)+"::OnUpdate";
    end;
    }

  3. Yes you can use notepad++ its dependa on your client if it reads lua before lub

     i already tried.. but it didnt work :( i already follow the steps that you give me.. still it doesn't work.. 

     

    the Texture and Item still i cant see it.. do you have any other option?

×
×
  • Create New...