Jump to content

Blue Jem

Members
  • Posts

    393
  • Joined

  • Last visited

Posts posted by Blue Jem

  1. can i request about information of the player,

    Example: the GM staff Type this account_id 200000 or ETC.....

    show all info or detais:

     

    Username:

    Password:

    Email:

    Sex:

    Last login:

    Last Ip:

    IP:

  2. hello , im asking here to all scripter about scripter.

    this is my request about quest items.

     

    1: need to complete the requierment 

    the items need is:

    > 7227 = 10pcs

    > 501 = 10pcs

    > 502 = 10pcs

    2: after the hunting for quest and complete the all items.

    3: the npc give the reward to the player who complete the item with name of character.

    the reward is sakkat.

     

    Example the final reward with name of character:

    Blue Jem Sakkat.

     

     

  3. 1: only party leader can talk the npc after convo to npc and  npc warp the party inside to map "guild_vs2"

    2: 5 secound the clone has summon in guild_vs2

    3: best of 3 round score to win

    4: if the party of player is close the clone is die or @killmonster2 

    5: if have party inside to guild_vs2 the npc is show the status ON mean have party inside NO enter during Battle

  4. the npc nothing happen .


    this scrip from jesky
    if (getmapusers(guidl_vs1)==1)goto Full;
    mes "Do you want to enter this room?";
    menu "Enter",enter,"Cancel",cancel;
    enter:
            set @name, +strcharinfo(0);
            warp "guidl_vs1",50,50;
            end;
    
    cancel:
            end;
    
    Full:
            next;
            mes "Sorry, the room is on used by "+@name+" right now";
            next;
            mes "Please wait until the person get out from this room.";
            next;
            end;
    
    OnInit:
    while( 1 ){
    delwaitingroom;
    waitingroom "Miner(s) : "+getmapusers("guidl_vs1")+"",0;
    sleep 1000;
    }
    end;
    }
    

    post-20646-0-08351300-1394928474_thumb.jpg

    post-20646-0-78593000-1394928661_thumb.jpg

  5. this is show to every who inside in map 

    -	script	Sample	-1,{
    	OnPCLoadMapEvent:
    		getmapxy( .@map$, .@x, .@y, 0 );
    		if ( .@map$ == "guild_vs1" && getmapusers( "guild_vs1" ) ) {
    			message strcharinfo( 0 ),"Map is full";
    			sleep2 3000;
    			warp "SavePoint", 0, 0;
    		}
    		end;
    }
    guild_vs1	mapflag	loadevent
    

    i mean show the npc or PUB the name of player who inside in map ..

    if no one inside click the npc warp to inside then the npc show to every who's inside  or Example this using pub npc "ON: name of player"

×
×
  • Create New...