Jump to content

KucingHitam

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by KucingHitam

  1. 15 minutes ago, Haziel said:

    Then it may be several factors.
    Have acquired the correct LUA files for unsing the bodystyle command?

    Check the requirements for the Bodystyle feature here.
     

    no error sir. when im using commands... huhu.. 

    screenrAthena011.jpg

  2. 1 minute ago, Haziel said:

    Greetings.

    Your post has far insufficient info.
    Please, detail how it happens, post the code you're currently using and check if there's any error on Server's console.
     

    There is no Error On Console Sir...  it should appear like this picture.. but mine error..

    Untitled_zpsyoq3llim.jpg

  3.  

    First Part

    set .@killed_player$,rid2name(killedrid);
    for(set .@i,0;.@i < getarraysize(@killed_player$);.@i++){
    	set @killed_player$[.@i], .@killed_player$;
    	set @kill_count[.@i], @kill_count[.@i] + 1;
    }
    

    Second Part

    Don't forget to use OnPCKillEvent label

    for(set .@i,0; .@i < getarraysize(@killed_player$);.@i++){
    	if(@killed_player[.@i] == .@killed_player && @kill_count[.@i] >= .feed_limit){
    		dispbottom "You have killed "+.@killed_player$+" too many times. Kill not counted.";
    		end;
    	}
    }

    thank for reply.. i try this.. thank you so much...

  4. How to disable pet talk...

     

    example.. i dont want poring talk... anyone.. help me pls.. where should i disable it..

     

    1002,PORING,Poring,619,9001,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; }

     

×
×
  • Create New...