Jump to content

xmaniacx

Members
  • Posts

    110
  • Joined

  • Last visited

Posts posted by xmaniacx

  1. This is emistry's check GM script and im making it into a who's online thing

    brasilis,104,323,5	script	Who's Online	871,{
    mes "^008cef===========================^000000";
    mes "Staffs Online Lists : ^FF0000"+getarraysize( .GM_Name$ )+"^000000 Staffs";
    mes "^008cef===========================^000000";
    for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){
    getmapxy( .Map$,.x,.y,0,.GM_Name$[.@i] );
    mes "^ff0000User^000000 - [ ^ffac26"+.GM_Name$[.@i]+"^000000 ]";
    mes "^ff0000Current Map^000000 - [ ^FF47BD"+.Map$+"^000000 ]";
    mes "^ff0000Base Level^000000 - [ ^A34934"+.j_lvl[.@i]+"^000000 ]";
    mes "^ff0000Job Level^000000 - [ ^A34934"+.b_lvl[.@i]+"^000000 ]";
    mes "^ff0000Job Class^000000 - [ ^A34934"+.c_lvl[.@i]+"^000000 ]";
    mes "^04E959_______________________^000000";
    }
    close;
    
    OnInit:
    set .MinGMLevel,40;		// Min. GM Level to Show in Online Lists
    end;
    
    OnPCLoginEvent:
    if( getgmlevel() > .MinGMLevel ) end;
    set .GM_Name$[ getarraysize( .GM_Name$ ) ],strcharinfo(0);
    set .GM_Level[ getarraysize( .GM_Level ) ],getgmlevel();
    set .b_lvl[ getarraysize( strcharinfo(0) ) ],baselevel;
    set .j_lvl[ getarraysize( strcharinfo(0) ) ],joblevel;
    set .c_lvl[ getarraysize( strcharinfo(0) ) ],"+jobname(Class)+"";		
    end;
    
    OnPCLogoutEvent:
    if( getgmlevel() > .MinGMLevel ) end;
    for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){
    if( strcharinfo(0) != .GM_Name$[.@i] ) continue;
    deletearray .GM_Name$[.@i],1;
    deletearray .GM_Level[.@i],1;
    deletearray .j_lvl[.@i],1;
    deletearray .b_lvl[.@i],1;
    deletearray .c_lvl[.@i],1;
    end;
    	}
    end;
    	}
    }
    

  2. Alright, everything is fine however when i try to setup the joblevel and baselevel as set im getting error this is what it looks like

    1st try :

    set .blvl,baselevel"+.GM_Name$[.@i]+";

    set .jlvl,joblevel"+.GM_Name$[.@i]+";

    2nd try :

    set .blvl,baselevel, .GM_Name$[.@i];

    set .jlvl,joblevel, .GM_Name$[.@i];

    3rd try :

    set .blvl,baselevel, (.GM_Name$[.@i]);

    set .jlvl,joblevel, (.GM_Name$[.@i]);

  3. does anybody have a script where a job master, rental, reset and a platinum skills are combined...... just that one... oh if ur trying to redirect me to the eathena the one who createad multi npc... please dont coz ive already tried that one and i dunno how to modify the script to what i only want its so long and so hard to understand i want a simple script ... thank you in advanced!

  4. hello, i dunno if its the right thing to say but... is there a way to make an npc which gives a meca gear for a whitesmith and and a warg ride to the sniper similar to the rental and instead of the required skill thing for the 3rd job you could change it into the pushcart and falcon thing?

  5. hahaha from what ive understood he want A. "a player who has a poring coin would be able to convert it to cashpoints using the specific npc he requested, B. "a TCG shop (probably same as dynamic shop) which requires a TCG rather than a proof of donation to trade the items "and C. "a pvp type which drops a skull everytime you kill youre opponents and a NPC that is similar to the 2nd above but is using a skull instead of TCG."

  6. does anybody have a working job changer w/ baby job changer no 3rd job plsss and plss dont give me a script that has a baby 3rd job changer and i still need to edit the script and disable them. just give me a trans w/ a baby job changer :] that's it.

  7. mr almighty emistry have you found the solution as to buying 1 item per transaction only and if they want to buy the other item they have to open the shop again.. __________________________________________________________ " im also getting kind of this error whenever i purchase something//// thank you in advanced

    post-3628-0-24991500-1334273859_thumb.png

×
×
  • Create New...