Jump to content

Battosai

Members
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by Battosai


  1. thanks but where can find soul link in item_db?

     

    7361,Lotto01,Lotto Ball 01,3,0,,10,,,,,,,,,,,,,{},{},{}
    7362,Lotto02,Lotto Ball 02,3,0,,10,,,,,,,,,,,,,{},{},{}
    7363,Lotto03,Lotto Ball 03,3,0,,10,,,,,,,,,,,,,{},{},{}
    7364,Lotto04,Lotto Ball 04,3,0,,10,,,,,,,,,,,,,{},{},{}
    7365,Lotto05,Lotto Ball 05,3,0,,10,,,,,,,,,,,,,{},{},{}
    7366,Lotto06,Lotto Ball 06,3,0,,10,,,,,,,,,,,,,{},{},{}
    7367,Lotto07,Lotto Ball 07,3,0,,10,,,,,,,,,,,,,{},{},{}
    7368,Lotto08,Lotto Ball 08,3,0,,10,,,,,,,,,,,,,{},{},{}


  2. Anyone how to fix error on map- server

     

     

            set .@origin , getcharid(3);
            mes "[ ^FF6600Top Online Ranking^000000 ]";
            for( set .@i , 0; .@i < .@size; set .@i,.@i+1 ) {
                if( attachrid( getcharid( 3,.@name$[.@i] ) ) ) {
                    set .@value[.@i] , .@value[.@i] + gettimetick(2) - @login_time;
                    attachrid( .@origin );
                }

     

     

    error.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.