Jump to content

stydianx

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by stydianx

  1. I was typing random numbers when an item popped up, it was a costume head gear, but its name is not in English..

    i have tried searching ratemyserver and this forum for item ID numbers or related topics but unfortunately, found nothing of this type..

    (or did i miss something? hmmmm)

    does anyone have a list of these costume items?

  2. hmmm.. i remember i have posted a topic that might have something to do with this..

    try going to:

    Go to: conf/mapflag

    then

    Go to: night.txt

    then add your map there and mapflag (or just copy the format that is in there).

    see if it works.

  3. ExtremeBossnia

    I had an idea on how to make bossnia more interesting and team based for players.

    Since im no pro in scripting, i requested this script. I personally think it's cool because of its

    features and mechanics to win.

    For anyone who wants a new thrill in bossnia, this script is perfect.

    The script is easy to modify.

    Just wanted to share this to people who are looking for cool and customized existing scripts /lv

    Hope you guys like this.

    (Credits to Emistry and AnnieRuru for making this idea possible)

    Features/Mechanics:

    • Item reward at the end of event.
    • NPC appears and disappears in time.
    • Opens only 3 times a day.
    • You need to last 30min inside to get reward.
    • PvP is turned on.
    • When 1 member of the party dies, entire party is warped out.
    • Minimum of 4 players to join, max is 10.

    add in mapflag if needed.

    Configuration:

    Appearance of NPC/Time of Event.

    
    OnClock0100:
    OnClock0500:
    OnClock0900:
    OnClock1300:
    OnClock1700:
    

    sleep ( 30 * 60000 );
    

    If you don't want the NPC to disappear after the event, look for this and remove it:

    disablenpc "bsw";
    

    To Change the Required level for a party member to get in:

    if( BaseLevel < 150 ){
    

    To change the Amount of zeny to get in:

    set Zeny, Zeny - 50000000;
    

    To change the Rewards:

    
    getitem 7227,3, $@partymemberaid[.@i];
    getitem 675,1, $@partymemberaid[.@i];
    getitem 607,50, $@partymemberaid[.@i];
    getitem 7959,5, $@partymemberaid[.@i];
    

    NOTE: There is an NPC for my reward at this event (silver coins) wich sells godly items.

    if you guys want it, you can PM me.

    To change the warp point when Player dies:

    
    OnPCLogoutEvent:
    OnPCDieEvent:
    if( !compare( strcharinfo(3),"bossnia_0" ) ) end;
    if ( getcharid(1) == 0 )
    warp "lighthalzen",137,86;
    

    To changed the minimum and maximum number of players to go in:

    
    }else if( $@partymembercount < 4 || $@partymembercount > 10 ){
    mes "You need total of 4 - 10 Party Members.";
    

    Download links:

    http://www.4shared.c...B/bossnia.html?

    http://www.mediafire...g3vjvtf2oam7ivj

    For any questions, ask me or the two godly Scripters mentioned above /ok/no1

    bossnia.txt

    • Upvote 1
  4. One player on my server asked me about this quest found in izlude,

    but i removed izlude because the map was bugged.

    so i check the folders then my trunk, only to find nothing of this quest.

    im requesting for this script, if anyone cal give me a copy it'll be great!

    can someone share this to me?

    thanks :)

    this is the quest where you:

    Edited according to the rules.

    Thanks euphy

  5. finish this one off ... 1 PM less to worry

    bossnia_0.9.txt

    also give Emistry 5 rep_up.png in this topic for trying <3

    btw if the party failed within 30 mins,

    they can retry again because this script haven't deny them with gettimetick(2)

    THANKS ANNIE!! <3

    this is great! thanks also to Emistry!

  6. Guys, I know it might be easy due to you godlike scripting skills, but if you could help a poor newbie i'd appreciate!

    I'd like something like:

    1: Custom item, player clicks on the item and is warped to a desired map

    2: When the players arrives in the map, a countdown of x minutes start ( I'd like something around 10 minutes )

    3: Once it reaches the time, it gets warped back to the savepoint.

    Thanks ;)

    im no pro, but try this..

    made it from scratch.. actually, its my 1st script /whisp

    if it doesn't work i will make another one /ok

    
    prontera,155,185,4 script ItemWarp 801,{
    
    OnTouch:
    mapwarp .Map$,"sec_in02",37,177;
    announce "You are warped to another realm";
    }
    OnMinute10:
    mapwarp .Map$,"prontera",155,185;
    announce "what the @#$! happened?";
    end;
    }
    

  7. Peopleperson49

    Edit: Stydianx my KoE script is pretty simple. It spawns an emperium in the middle of the map and a guild breaks the emperium just like WoE. When KoE ends the guildleader wins whatever prizes you have setup. Its basically a WoE script.

    lol! i know you couldn't resist answering my question :) thanks..

    so it's a WoE but i can place it anywhere in a map..

    so if i place the Emperium in the middle of Prontera, it becomes the guild castle? is this right?

    sorry to keep asking, KoE is very new to me and i have no clue about it..

    the definition in your KoE script is good, but for my case cause it's new to me, i need a more detailed description.

    i love you dude! /no1

  8. una sa lahat.. eto hindi ko na matandaan kung saan ko ito nakita..

    [Warning]: Value for setting 'vending_max_value': 2000000000 is invalid (min:1 max:1000000000)! Defaulting to 10000000...
    

    - para dito sir makikita mo sa items.conf yung value dapat di lalagpas ng 1000000000 at di naman bababa sa 1

    eto naman, matagal ko na sinusubukang ayusin, hindi ko prin magets hanggang ngayon, baka

    merong pwedeng makatulog?

    [Warning]: Value for setting 'vcast_stat_scale': 0 is invalid (min:1 max:2147483647)! Defaulting to 530...
    [Warning]: Unknown setting 'renewal_cast_enable' in file conf/battle/skill.conf
    

    - tama po si naaaan 'vcast_stat_scale' should not be less than 1 but not more than 2147483647 at dun sa 'renewal_cast_enable' obsolete na po yan. I think you are using an old revision? update mo na lang po yung files niyo.

    hindi po ba ito makaka apekto sa server ko ngaun?

  9. una sa lahat.. eto hindi ko na matandaan kung saan ko ito nakita..

    [Warning]: Value for setting 'vending_max_value': 2000000000 is invalid (min:1 max:1000000000)! Defaulting to 10000000...
    

    eto naman, matagal ko na sinusubukang ayusin, hindi ko prin magets hanggang ngayon, baka

    merong pwedeng makatulog?

    [Warning]: Value for setting 'vcast_stat_scale': 0 is invalid (min:1 max:2147483647)! Defaulting to 530...
    [Warning]: Unknown setting 'renewal_cast_enable' in file conf/battle/skill.conf
    

  10. I could but i'm not going to, that would require going throught shops.txt file in NPCs folder, and turning each Lighthalzen shop into a floating shop, then making an NPC for each one, that calls a specified shop. That's work for a server owner to do.

    I just told you how to do it, now you can learn.

    ohh.. okay, so it's individual.. i thought you could make just 1 script that will work like a duplicate and create many NPC;s in a town..

    okay, maybe duplicate will do the trick! thanks!

  11. damn... I scare people bump unnecessary topics =/

    this one will get started after I finish that wow battleground, and maybe your ro-bust event

    and I felt this script can be as challenging as wow battleground

    are you going to do what GDI said? as shown here in the bottom link?

    like this ?

    http://goo.gl/2hb5S

  12. a bit off-topic ... but see-ing that script reminds of myself that's the technique I used 4 years ago xD

    well after you finish that script and felt some accomplishment, you can ask here for some optimization tips

    that cheating stuff ... can only happen with party/guild system (level2 event script type)

    a normal event script ( level1 event script type ) is quite impossible to be cheated

    because of the nowarpto + nomemo + nosave mapflag

    you can also try

    OnInit:

    setmapflag "ordeal_1-2", mf_pvp, 1;

    to make the configuration easier

    and ... wow ... is that your 1st script ?

    such a standard ... really amazing ...

    I remember my 1st event script was devil square

    which took me over 8 months since I start learn scripting, then only I'm confident enough to fix that script

    master, i am sorry to disappoint you but............ that isn't my script..

    someone let me borrowed it in the request section...

    for now i can only do shop scripts and simple NPC's (guides and such)

    but thanks for the help.. i will try to use what you have provided :)

    The wiki has information about mapflags.

    Here's how to add the pvp mapflag to ordeal_1-2

    ordeal_1-2	mapflag	pvp

    Just paste that at the bottom of your script.

    i have tried that way to add a map flag, but when i do that, the NPC doesn't show itself..

    EDIT: it worked, well, KINDA.. the NPC didn't disappear like it usually does when i add the mapflag,, BUT,

    it's still not PVP inside..

  13. this is your line 13:

    prontera,147,186,5 script Healer 834,{

    what you need to do is replace those space with <TABS> using the "tab button" when editing the script on note pad.

    prontera,147,186,5<TAB>script<TAB>healer<TAB>834,{

    there should only be THREE(3) tabs in the header of the script.

  14. it seems that your script is missing something for it to work.

    like GmOcean said, it can't be Sunday anywhere yet..

    this will truly not work, try enabling this NPC on a Saturday night (where it could be sunday somewhere) or Sunday Morning(where it's sunday at your time.)

    i think "enablenpc" and "disablenpc" will work in this script..

    what you need to do is post this on the request section and just give us some details on how your script...

    this could have already been done if you did.

×
×
  • Create New...