Jump to content

Potato Chips

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Potato Chips

  1.  

    do you have a script that goes the same but will use @shout instead of @bst?

    @bst = Market

    @shout = shoutout or paging or recruiting

     

     

    I tried duplicating this script then changing the name still whenever I type @shout it will show as @bst.

    /*
    CREATE TABLE `ragnarok_logs`.`sout_market_log` (
      `id` BIGINT(20) NOT NULL AUTO_INCREMENT,
      `name` VARCHAR(30) NOT NULL DEFAULT '',
      `message` VARCHAR(150) NOT NULL DEFAULT '',
      `time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
      PRIMARY KEY (`id`))
    ENGINE = MyISAM
    DEFAULT CHARACTER SET = utf8;
    */
    
    -	script	sout_atcommand	-1,{
    OnInit:
    	bindatcmd "shout",strnpcinfo(0)+"::OnCommand";
    	end;
    OnCommand:
    	if ( !getstrlen(.@atcmd_parameters$) ) {
    		message strcharinfo(0), "Please, enter a message (usage: @shout <message>).";
    		end;
    	}
    	if ( @sout_delay + 1800 > gettimetick(2) ) {
    		message strcharinfo(0), "There is a 30 min delay of using this command again";
    		end;
    	}
    	@sout_delay = gettimetick(2);
    	.@message$ = implode( .@atcmd_parameters$," " );
    	announce "[Recruiting] "+ strcharinfo(0) +" : "+ .@message$, bc_area, 0x99FFFF;
    	query_logsql( "INSERT INTO `sout_market_log` ( `name`, `message` ) VALUES ( '"+escape_sql(strcharinfo(0))+"', '"+escape_sql( getstrlen(.@message$)>150?substr(.@message$,0,149):.@message$ )+"' );" );
    	end;
    }
    

    Thank you so much skorm, this is very helpful. Commend. Thanks again.

  2. {},{ changebase roclass(eaclass()|EAJL_BABY); },{ changebase Class; }
    {},{ changebase roclass(eaclass()|EAJL_UPPER); },{ changebase Class; }
    

    That should work like a charm. Using it and works perfectly fine for me.

     

    5110,Baby_Pacifier,Baby Pacifier,4,20,,50,,0,,0,0xFFFFFFFF,7,2,1,,0,0,191,{},{ changebase roclass(eaclass()|EAJL_BABY); },{ changebase Class; }

    Did that but its not working :(

  3.  

    Hello, How do I install this?

    via NPC?

    if this is to SQL  /  PHP ADMIN please enlighten me @Skorm Ty

    SQL table load in phpmyadmin

     

    NPC save in NPC folder. 

    Follow the NPC adding guide.

     

    do you have a script that goes the same but will use @shout instead of @bst?

    @bst = Market

    @shout = shoutout or paging or recruiting

     

    I tried duplicating this script then changing the name still whenever I type @shout it will show as @bst.

  4. For Example.

    {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }

     

    this will turn me into a 3rd job

     

    I tried changing

    {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }

    to
    {},{ changebase roclass(eaclass()|EAJL_BABY); },{ changebase Class; }

     

    bit it didn't work. can someone correct me if i got it all wrong?

     

  5. My Server is Pre-re, all monsters are working ok and then when I tried checking my damage on the Emperium, I was surprised that my damage is 1. and I browsed for same problems, followed the guides but still it didnt work. I did change my mob_db for the emperium.

     

    Here is my mob_db of EMPERIUM

     

    1288,EMPELIUM,Emperium,Emperium,90,65000,1,0,0,1,60,73,64,50,1,17,80,50,26,20,10,12,0,8,26,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,01290,SKELETON_GENERAL,Skeleton General,Skeleton General,88,6720,0,1368,1553,1,540,579,100,35,72,34,52,31,84,25,10,12,1,1,29,0x3695,150,2276,576,432,0,0,0,0,0,0,0,7068,2550,756,160,508,800,1220,35,1219,80,13035,6000,2274,1,0,0,0,0,4221,1
     
    Attached herewith is the screenshot.

    post-28584-0-18310400-1453823939_thumb.jpg

  6. After installing my Harmony in my server suddenly all the character's hp and sp turned into 1.
    I have no idea to fix it.
    Renewal Server, 3rd job, 150/50

    Can anyone please help me out there.

  7. I have used Euphy's refiner script
    but its bugged,

    E.G.
    I have a +6 refine weapon deed.
    I will refine my weapon up to + 4 weapon/armor.
    so +4 normal refine then I will go the refiner to use +6 ticket refine and BOOOM
    the refine sum will be +10

    the players on my server abuse the bug and I dont have any Idea how to fix it,
    so I am requesting for a script that does not accept refined armors and weapons.

    Thanks,

  8. I cant find the final release of your KoE Script, spent my days looking for one.


    The KoE script works fine and if you use version 4.7 then even the guild flags will show the emblems. I won't post a script knowing that it doesn't work (without a big disclaimer anyway), which is actually in the rules here somewhere.

    Peopleperson49

    I cant find the link :(

  9. Hi requesting for it.
    an NPC which will talk every 10seconds and tell some random stuffs like

    "Did you know that poring loves apple juice."
    "Our WoE Time is _____"
    " Please use @bst for market purpose only"

    Like that, thank you in advance.
     

×
×
  • Create New...