Jump to content

isaw4sal3

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by isaw4sal3

  1. hmm can you share some script with prize giver like if you put the name of the character he/she will gain TCG card, Poring Coin Etc etc. GM level 60 and up can use this NPC and give the prize. i edit the GM not to trade for some reason can you help me about this script? i hope you guys understand what i mean?

  2. can i use this script for auto respawning monster and custom drop? is this the right one?

    - script rates -1,{
    
    monster .Map$,0,0,"Coin",1002,1,strnpcinfo(0)+"::OnItemGet";
    }
    OnItemGet:
    if( rand(100) < .Rate ){
    getitem 674,1;
    } else {
    if( rand(100) < .Rate ){
    getitem 512,1;
    }
    end;
    OnInit:
    // What Map for Event to take Place ?
    set .Map$,"dic_dun02";
    // How many % in order to get Item upon killed Monster ?
    set .Rate,15;
    .Map$,0,0,0,0 monster A 2068,5,100000,0,0
    setmapflag .Map$,mf_noskill;
    setmapflag .Map$,mf_nomobloot;
    setmapflag .Map$,mf_nomvploot;
    end;
    }

  3. guys, can you help me this? how to use script with this?

    im using dynamic shop and i want to add monster requirements.

    ex.

    Requires:

    100 Poring Coin

    100 TCG

    100 Necromancer (monster)

    100 Poring (Monster)

    etc. etc.

    Thank you in advance.

  4. i wanna ask if there anything script like, the NPC will warp randomly? on the certain map?

    1st NPC

    requirements blah blah blah

    "WELL DONE YOU'VE FINISH IT"

    "GO AND FIND 2ND NPC"

    2nd NPC

    requirements blah blah blah

    same at the 1st NPC until 7th NPC

    3rd NPC

    .

    .

    .

    .

    is there a possible script like warping the NPC randomly on a certain map? every 5-10seconds?

    it's like chain quest. i think?

  5. do you mind guys sharing your host? i need a host that is friendly and always online for question's :) sorry about my english im no good at it. just need a hosting to my up coming server.

  6. my script isn't working, can anyone help me? this is the certain map that respawn boitata and drops Symbol blah blah blah. can you check what's wrong with it?

    prontera,141,175,4 script Qwerty Symbol NPC 406,{
    set .@npc$,"[boitata]";
    mes .@npc$;
    mes "Ahh, You want to Haunt Qwerty Symbol erhg?.";
    next;
    switch(select("Okay.:Not now.")) {
    Case 1:
    mes .@npc$;
    mes "You'll be there quickly. c;";
    next;
    mes .@npc$;
    mes "Enjoy Haunting .";
    close2;
    warp "guild_vs5",0,0;
    OnInit:
    waitingroom "Qwerty Symbol",0;
    end;
    Case 2:
    mes .@npc$;
    mes "Owh....";
    mes "Come back to me if you've changed your mind.";
    close;
    }
    }
    //-------- Spawn Monster --------//
    guild_vs5,0,0,0,0 monster Boitata 2068,5,0,0,0

  7. can anyone help me? i can't script my custom drop rate.

    and one more thing what script is "Attention Concentration" in healer?

    prontera,155,181,4 script healer 742,{
    percentheal 100,100;
    sc_start SC_BLESSING,0,10;
    sc_start SC_INCREASEAGI,0,10;
    sc_start SC_CONCENTRATION,0,10;
    end;
    }

×
×
  • Create New...