Jump to content

chromus28

Members
  • Posts

    263
  • Joined

  • Last visited

Posts posted by chromus28

  1. prontera,150,150,0	script	Freebies	100,{
    	if ( #claimed ) end;
    	mes "Choose your type";
    	next;
    	switch( select( "Strength:Agility:Vitality:Intelligence:Dexterity:Luck" ) ) {
    		case 1: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		case 2: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		case 3: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		case 4: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		case 5: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		case 6: //getitem <item id>,<amount>
    				//getitem <item id>,<amount>
    				//...
    				break;
    		default: break;
    	}
    	mes "Good luck!";
    	set #claimed, 1;
    	close;
    }
    

    wow thanks!!

    btw is it possible if this script with instant job level once per account?

  2. prontera,100,200,4	script	sample	46,{
    
    mes .Npc_Name$;
    mes "Disguise into a monster for "+.Fee+" zeny";
    mes "Please input monster ID";
    input .@mid;
    next;
    mes .Npc_Name$;
    if(Zeny < .Fee) {
    	mes "Not enough zeny";
    	close;
    }
    else if(!getmonsterinfo(.@mid,0)) {
    	mes "Invalid monster id, please use @mi <monster name> to obtain ID.";
    	close;
    }
    mes "Here you go!";
    Zeny -= .Fee;
    getmapxy(.@map$,.@x,.@y,0);
    disguise .@mid;
    close;
    
    OnInit:
    	.Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]";
    	.Fee = 1000000;
    	end;
    }
    

    uhm sir what i mean is is there any dev there that they can make me an custom mob sprite??

  3. oh yeah mob sprite :(

    Purely written in scratch

    prontera,100,200,4	script	sample	46,{
    
    mes .Npc_Name$;
    mes "Summon a monster for "+.Fee+" zeny";
    mes "Please input monster ID";
    input .@mid;
    next;
    mes .Npc_Name$;
    if(Zeny < .Fee) {
    	mes "Not enough zeny";
    	close;
    }
    else if(!getmonsterinfo(.@mid,0)) {
    	mes "Invalid monster id, please use @mi <monster name> to obtain ID.";
    	close;
    }
    mes "Here you go!";
    Zeny -= .Fee;
    getmapxy(.@map$,.@x,.@y,0);
    monster .@map$,.@x,.@y,--en--,.@mid,1;
    close;
    
    OnInit:
    	.Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]";
    	.Fee = 1000000;
    	end;
    }
    

    yeah sorry i mean mob sprite :(

  4. please help? anyone? what if im having this kind of error while compiling?

     

    In file included from char.c:8:
    ../common/mmo.h:661:21: warning: no newline at end of file
    char.c:3462: error: conflicting types for âparse_consoleâ
    ../common/core.h:14: error: previous declaration of âparse_consoleâ was here
    make[1]: *** [obj_sql/char.o] Error 1
    make[1]: Leaving directory `/root/Desktop/trunk/src/char_sql'
    make: *** [char_sql] Error 2

     

    or this

     

    checking...

    char-server_sql does not exist, or can't run.
    Stop. Check your compile.


    help please :(
  5. I wanna ask something about illegal grg modification? I have a player that having this problem, when the class helper popping out to ask him what kind of class he wants to max out, this error is popping on the message box in game. Maybe it us on my harmony but the other player dont get this kind of error, what he needs to do?

  6. Is there any script here or using some custom orcs memory quest?? Something like

    Before entering the map you need to bring 150 EDP, btw this quest needs a party too if they dont have an npc they cant enter. The map is byalam dungeon 1 and byalan dun 2. They need to kill the first prime mvp in byalan dun 1 before they can enter to the last map ( byalan dun 2) then they will kill the last prime mvp then after that a treasure box will appear on middle part of the map. Only party leader can click the award box to distribute the award to his party member

    *If they dont bring a party they cant enter*

  7. Your download may have been interrupted / corrupted.. Try re-downloading it from where you got that file, avoid using IDM's to boost your DL speed..

     

     

    OR

     

    You are restricted to extract it on the destination folder..

     

    Try scrolling it to the right to know more of the error.

    ty i will try

    Your download may have been interrupted / corrupted.. Try re-downloading it from where you got that file, avoid using IDM's to boost your DL speed..

     

     

    OR

     

    You are restricted to extract it on the destination folder..

     

    Try scrolling it to the right to know more of the error.

    i tried to reinstalling it and it still the same error.. and what do u mean by  restricted to extract it on the destination folder..?? so what folder or where do i need to extract this files?

    it said the file is corrupt? lol why?

  8. any tips on how to provide SQL Injection? coz i remember when i made my first server someone made a gm level 99 and drops all donate items..even though i am the only one knows all of my access...any tips on how to provide this??

×
×
  • Create New...