Jump to content

stydianx

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by stydianx

  1. Last Man Standing ...

    isn't that what you've requested it in the 1st place ?

    all party members get kicked out if anyone of them die ... and they need to survive for 30 mins ... isn't it ?

    I can't see emistry's script ... so I dunno I'm reading your post wrong or what ...

    i was requesting for a customized script for the event bossnia, not a last man standing ma'am. i am sorry if you got confused..

    but that was what i asked :)

    the 10 numbers i gave you was the modification i would like to add in the bossnia script :)

    i tried it on and the NPC doesn't show..

    @Annie...

    i think it's might be your Browser problems...

    the browser didnt read the full path of URL ~ >.<


    Bossnia event....

    Bossnia is a boss all you want dungeon where people can take advantage the endless spawn of MVP monsters. In pRO, the dungeon became a semi regular event with which when implemented it will be enjoyed for a week. But that's not what pRO players anticipate on this event. Adventurers are looking forward for this event because of Power Leveling!

    i think it's an event where player can go in and kill monster / mvp inside..

    LOL..i thought annie made it using "LMS Script" ..... pranked by Annie...xD

    * My bad for using online paste site.. >.<

    How about your script emistry? is it fully done? may i use it now?

  2. yuph.. oaky so this part of the old bossnia script

    
    if (Zeny > 4999) {
    mes "[Red]";
    mes "Would you really like to take the challenge??";
    mes "Ok, just choose the course.";
    next;
    set .@i, select("First","Second","Third","Fourth");
    mes "[Red]";
    mes "Take care, boy~";
    mes "Don't hold a grudge against me.";
    close2;
    set Zeny, Zeny - 5000;
    warp "bossnia_0"+.@i,rand(202,204),rand(202,204);
    end;
    }
    mes "[Red]";
    mes "You don't have enough money...";
    mes "Come back when you have at least 5,000 zeny.";
    close;
    

    was replaced by: warpparty "guild_vs2",0,0, getcharid(1);

    but does it still have the same function and be warped at the same location/map?

    you mean script from post#14 ?

    warpparty "guild_vs2",0,0, getcharid(1);

  3. okay.. thanks.. i hope this topic wont be closed soon..

    so i can post here if i have anymore questions..

    do i need to put "noitem" mapflag in the script?

    cause i saw there isn't one here.

    you need this ..

    http://rathena.org/b...age__hl__noitem

    and after you have added the diff file..add the mapflag with your desired settings...( refer that topic to configure the mapflags. )

    i have one more question...

    on the script that AnnieRuru gave me, where can the coordinates be located? (coordinates to the event map)

    i cant seem to find it.

  4. @stydianx

    well...now you dont need to write the script yourself....use Shopper tool to generate shop scripts xD

    and about your warning....just set the item price to higher than it's default selling price...

    and...this ..out of the topic already ~

    thanks man! the npc maker isn't workin...

    //okay back to the topic..

    do i need to put "noitem" mapflag in the script?

    cause i saw there isn't one here.

  5. well.. i hope im not far behind.. i also have my own script's you know! /ok /ok

    take a look at this:

    prt_in,121,81,5 shop Fuka's Feeds 880,504:120,911:120,7821:120,518:120,1002:120,716:120,532:120,711:120,929:120,511:120,6096:120,6095:120

    prt_in,119,81,5 shop ibarra's Feeds 880,554:120,7824:120,7823:120,6115:120,6097:120,6108:120,6109:120,6110:120,6111:120,6112:120,6114:120,6113:120

    prontera,164,171,4 shop StreetVendor 840,608:3000,607:7000,565:100,12350:2000,14542:1000,14544:1000

    its a simple shop, built it from scratch tho.. /no1

    but it sends out warnings like this:

    
    [Warning]: npc_parse_shop: Item White_Potion [504] discounted buying price (120->90) is less than overcharged selling price (600->744) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Scell [911] discounted buying price (120->90) is less than overcharged selling price (80->99) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Honey [518] discounted buying price (120->90) is less than overcharged selling price (250->310) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Red_Gemstone [716] discounted buying price (120->90) is less than overcharged selling price (300->372) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Immortal_Heart [929] discounted buying price (120->90) is less than overcharged selling price (187->231) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Flavored_Alcohol [6095] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '11'.
    [Warning]: npc_parse_shop: Item Mojji [554] discounted buying price (120->90) is less than overcharged selling price (200->248) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Bun_ [6115] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Apple_Pudding [6108] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Vital_Flower [6110] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Mystic_Stone [6111] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Fresh_Plant [6112] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Flame_Gemstone [6114] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Vital_Flower_ [6113] discounted buying price (120->90) is less than overcharged selling price (500->620) at file 'npc/custom/sample.txt', line '12'.
    [Warning]: npc_parse_shop: Item Seed_Of_Yggdrasil [608] discounted buying price (3000->2250) is less than overcharged selling price (2500->3100) at file 'npc/custom/sample.txt', line '14'.
    [Warning]: npc_parse_shop: Item Vita500_Bottle [565] discounted buying price (100->75) is less than overcharged selling price (290->359) at file 'npc/custom/sample.txt', line '14'.
    

  6. dont fight guys, each of you are right.. and you guys did the same thing which is you threehelped me :)

    i learn scripting in a different way tho.. i observe them, and when i dont get it i ask..

    somehow i learned basic scripting like message type and shop type NPC through observation and people helping me :)

    yes I'm serious darristan, we can give support in a Request section, but NOT about telling them to make themself

    please differentiate the definition of Request section and Support section

    this area is a training ground for us to exchange the ideas and improves our techniques how to make a better scripts

    I admit, if this section doesn't exist, I wouldn't make over 1,000 e/rathena scripts to polished up the level I have now

    @emistry

    do we have *getcartlist script commands now ?

    and there seems to be many ways for them to bring in items ( including usage of @storage )

    other than *countitem and *getinventorylist - any other command to deny them ?

    if not, maybe we can suggest to have a nohealitem mapflag ?

    --> disable usage of item type 0 in a map defined with mapflags

    thanks allot, you didnt only help me with the script, but also with something else :)

    @darristan, thanks for the help dude, i mean it.

  7. That was copied from his script, I also added a select menu to set @i for 1 to 4.

    can you also do this?

    1. i want it to be open every 4hours (or 3 times a day)

    2. it announces that the event will be open in 3min.

    3. It only opens for 30min.

    4. a minimum of 4 players in a party to enter, max is 10.

    5. if one member of the party dies, they are all warped out.

    6. Minimum base level to enter is 150.

    7. A control panel for GM lvl 99.

    8. PvP on. No @warp/@go

    9. No usable items are allowed inside (example: YGG)

    10. Those who can survive for 30min. recieves 3 TCG's.

  8. Somehow feels like AnnieRuru gonna come in and shoots at me :P

    hahaha so true xD

    in just one glance I can tell error in this line

    warp "bossnia_0" .@i,rand(202,204),rand(202,204);

    hello annie, can you make this possible for me?

  9. ............

    Can you tell what is shown on map server?

    the NPC can now be seen, but cannot be clicked..

    nope, there is no error in the server monitor..

  10. it doesnt work..

    the NPC doesnt appear..

    // http://rathena.org/b.../73295-bossnia/

    prontera,156,175,5 script RObustnia 53,{

    if (.BossOn == 0) {

    mes "Bossnia is now closed!";

    close;

    }

    mes "Bossnia is now open! Would you like to go in?";

    next;

    if (select("Yes:No") == 2) close;

    mes "Select a floor!";

    set .@i, select("First","Second","Third","Fourth");

    next;

    mes "Good luck!";

    close2;

    warp "bossnia_0" .@i,rand(202,204),rand(202,204);

    end;

    OnHour0000:

    OnHour0300:

    OnHour0600:

    OnHour0900:

    OnHour1200:

    OnHour1500:

    OnHour1800:

    OnHour2100:

    set .BossOn, 1;

    initnpctimer;

    end;

    OnTimer1800000:

    set .BossOn, 0;

    mapwarp "bossnia_01","prontera",151,151;

    mapwarp "bossnia_02","prontera",151,151;

    mapwarp "bossnia_03","prontera",151,151;

    mapwarp "bossnia_04","prontera",151,151;

    stopnpctimer;

    end;

    OnInit:

    set .BossOn, 0;

    end;

    }

  11. hello guys :) could you guys help me with this bossnia script?..

    i would like the following modification:

    1. i want it to be open every 4hours (or 3 times a day)

    2. it announces that the event will be open in 3min.

    3. It only opens for 30min.

    4. a minimum of 4 players in a party to enter, max is 10.

    5. if one member of the party dies, they are all warped out.

    6. Minimum base level to enter is 150.

    7. A control panel for GM lvl 99.

    8. PvP on. No @warp/@go

    9. No usable items are allowed inside (example: YGG)

    10. Those who can survive for 30min. recieves 3 TCG's.

    
    prontera,150,179,5 script bossnia Staff::bsw 105,{
    
    mes "[Red]";
    mes "Halt! Who approaches?";
    mes "I know a Place where chaos rules the land.";
    mes "I found it while wondering the plains of RObust.";
    mes "I am an adventurer.";
    mes "Haha~";
    next;
    mes "[Red]";
    mes "What? My name is...";
    mes "'RObustnia Staff'?? Urghh no...";
    mes "Well, my name is not so important.";
    mes "Sometimes you should be generous.";
    mes "No time for considering that kind of small stuff";
    mes "when you have to concentrate on more important things.";
    next;
    mes "[Red]";
    mes "Hum... anyway I want to say... something..";
    mes "While I was travelling through some places,";
    mes "I found a really dreadful and fearful place.";
    next;
    mes "[Red]";
    mes "Most of the time when you come to a place,";
    mes "there is one strong and fearful monster.";
    mes "Isn't it?";
    next;
    mes "[Red]";
    mes "But... but... in there...";
    mes "There are lots of fearful and strong monsters in there...";
    mes "That was really frightful, i even heared rumors of Satan being spotted there.";
    next;
    mes "[Red]";
    mes "If I had reacted a bit later... a few seconds...";
    mes "I might have been killed.";
    next;
    mes "[Red]";
    mes "What?";
    mes "You want to go in there?";
    mes "Oh~ Boy~ you didn't get me.";
    mes "In there.......";
    next;
    mes "[Red]";
    mes "Uh... you already know?";
    mes "Although you know the place, you want to go in...";
    mes "Good, I will send you there.";
    mes "But after you went there, don't hold";
    mes "a grudge against me. Also it costs 5,000 zeny.";
    next;
    if (Zeny > 4999) {
    mes "[Riss]";
    mes "Would you really like to take the challenge??";
    mes "Ok, just choose the course.";
    next;
    set .@i, select("First","Second","Third","Fourth");
    mes "[Riss]";
    mes "Take care, boy~";
    mes "Don't hold a grudge against me.";
    close2;
    set Zeny, Zeny - 5000;
    warp "bossnia_0"+.@i,rand(199,200),rand(199,200);
    end;
    }
    mes "[Red]";
    mes "You don't have enough money...";
    mes "Come back when you have at least 5,000 zeny.";
    close;
    }
    
    geffen,124,169,4 duplicate(bsw) Bossnia Staff#2 908
    payon,165,150,4 duplicate(bsw) Bossnia Staff#3 908
    morocc,142,100,4 duplicate(bsw) Bossnia Staff#4 908
    lighthalzen,203,140,4 duplicate(bsw) Bossnia Staff#5 908
    rachel,132,144,4 duplicate(bsw) Bossnia Staff#6 908
    
    
    

  12. i dont know if this is the right section to ask this, please move this if this is the wrong section. thanks..

    uhmm.. i was wondering if there is any other sprites for a vending machine?

    cause this one is broken >> 910

    if there is, can i have the sprite number?

  13. Use search function and Find Emistry's Multi Currency Shop

    okay, i used emistry's.. thanks, uhmm.. but, it only accepts bannanas.. how can i change it to silver coins?

    That's mine, not Emistry's. xD (They both work, though.)

    Ooops. Sorry Master Euphy =)

    hey thanks for the help.. guess this is solved :)

  14. Use search function and Find Emistry's Multi Currency Shop

    okay, i used emistry's.. thanks, uhmm.. but, it only accepts bannanas.. how can i change it to silver coins?

    That's mine, not Emistry's. xD (They both work, though.)

    im sorry sir.. he said this was Em's..

    thanks for letting me use your script :)

  15. nice.. heres the script..

    but can i change the currency? instead of kafra point or cash point, i want it to be silver coins.

    and a NPC where it can exchange the prizes.

    [color=#465584][font=Courier,]prontera,156,184,4 script kfbdskfsdkf 99,{[/font][/color]
    [color=#465584][font=Courier,]if ( @hourpointtick <= .tick ) {[/font][/color]
    [color=#465584][font=Courier,]mes "you need to be active for more than "+( ( .sleeploop/1000 * @hourpointtick ) /60 )+" minutes to get prize";[/font][/color]
    [color=#465584][font=Courier,]close;[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    [color=#465584][font=Courier,]mes "here is your reward";[/font][/color]
    [color=#465584][font=Courier,]getitem 501,1;[/font][/color]
    [color=#465584][font=Courier,]set @hourpointafk, 0;[/font][/color]
    [color=#465584][font=Courier,]set @hourpointtick, 0;[/font][/color]
    [color=#465584][font=Courier,]close2;[/font][/color]
    [color=#465584][font=Courier,]OnPCLoginEvent:[/font][/color]
    [color=#465584][font=Courier,]while(1) {[/font][/color]
    [color=#465584][font=Courier,]getmapxy .@map$, .@x, .@y, 0;[/font][/color]
    [color=#465584][font=Courier,]if ( .@map$ == @hourpointmap$ && .@x == @hourpointx && .@y == @hourpointy ||[/font][/color]
    [color=#465584][font=Courier,]checkvending() || checkchatting() ) {[/font][/color]
    [color=#465584][font=Courier,]set @hourpointafk, @hourpointafk +1 ;[/font][/color]
    [color=#465584][font=Courier,]if ( @hourpointafk >= .afk && @hourpointafk % .afk == 0 ) {[/font][/color]
    [color=#465584][font=Courier,]dispbottom "you have afk for "+( ( .sleeploop/1000 * @hourpointafk ) /60 )+" minutes";[/font][/color]
    [color=#465584][font=Courier,]set @hourpointtick, 0;[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    [color=#465584][font=Courier,]else {[/font][/color]
    [color=#465584][font=Courier,]set @hourpointafk, 0;[/font][/color]
    [color=#465584][font=Courier,]set @hourpointtick, @hourpointtick +1 ;[/font][/color]
    [color=#465584][font=Courier,]if ( @hourpointtick > .tick ) {[/font][/color]
    [color=#465584][font=Courier,]dispbottom "You have earn 1 kafra point. Please claim it from "+ strnpcinfo(1);[/font][/color]
    [color=#465584][font=Courier,]end;[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    
    [color=#465584][font=Courier,]}[/font][/color]
    [color=#465584][font=Courier,]set @hourpointmap$, .@map$; set @hourpointx, .@x; set @hourpointy, .@y;[/font][/color]
    [color=#465584][font=Courier,]sleep2 .sleeploop;[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    [color=#465584][font=Courier,]end; // shouldn't reach here anyway, just in case[/font][/color]
    [color=#465584][font=Courier,]OnInit:[/font][/color]
    [color=#465584][font=Courier,]set .sleeploop, 30000; // every 30 seconds[/font][/color]
    [color=#465584][font=Courier,]set .tick, 120; // loop 120 times of 30 seconds == 1 hour[/font][/color]
    [color=#465584][font=Courier,]set .afk, 10; // loop 10 times of 30 seconds = 5 minutes[/font][/color]
    [color=#465584][font=Courier,]}[/font][/color]
    

  16. I'm glad your using my scripts vgrebirth. As for the MVP script I sugget that you search around for one and if you don't find anything you like then post in the Script Request section. I already have a lot of work going on and until I can fix the NPCLocationRadius errors with my client, I probably won't be taking on anymore projects.

    Peopleperson49

    hey there my friend, long time since we talked /?? , i would like to ask if you can make a NPC that will reward somebody that has participated in the monster spawn event.

    and i would also like to ask you if you can make the script announce the player name who killed a monster in the entire server :)

    and also, what numbers should be set at this event for it to only take place twice a day? (in milisec.)

    thanks man! /kis2 /kis2 /kis2 /kis2 /kis2

×
×
  • Create New...