Jump to content

Hyoru

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Hyoru

  1. Hyoru

    Time problem

    Thank you so much Deltadestiny! It's perfect now (: I own you one. [solved].
  2. Hyoru

    Time problem

    I've changed the map. ps: im noob with script (: here is: prontera,180,150,5 script Teleport guy 61,{ addtimer 300000, strnpcinfo(3)+"::On5Minutes"; set .@map$,"prt_are_in"; set .@id,13760; mes "[Teleportador]"; mes "want enter in the room? ~~ ~"; mes "blablablabla...."; next; mes "[Teleport guy]"; mes "Wanna get in now??"; next; if( select("Yep:Nope") == 2 ) { mes "[Teleport guy]"; mes "..."; close; } if(countitem(.@id) < 1) { mes "[Teleport guy]"; mes "you need the passport to enter"; close; } if (getmapusers(.@map$) >= 1 ){ mes "[Teleport guy]"; mes "Sorry, someone is using the room."; close;} delitem .@id,1; warp .@map$,21,128; dispbottom "You have 5 minutes to stay here."; initnpctimer; end; On5Minutes: dispbottom "Time out."; killmonster "prt_are_in","All"; mapwarp "prt_are_in","prontera",156,178; end; OnPCDieEvent: if (strcharinfo(3) == "prt_are_in") { stopnpctimer; killmonster "prt_are_in","All"; } end; } //Mapflags prt_are_in mapflag nowarp prt_are_in mapflag nowarpto prt_are_in mapflag noteleport prt_are_in mapflag nomemo prt_are_in mapflag nosave SavePoint prt_are_in mapflag noreturn prt_are_in mapflag noicewall prt_are_in mapflag nopenalty prt_are_in mapflag noexp
  3. Hyoru

    Time problem

    no needs for gvg mapflag, but i've tested without the gvg mapflag and still don't stop the time. And i guess won't be a problem this delay.
  4. Hyoru

    Time problem

    how about If I put a delay of 5 minutes after someone enter in the room? maybe this can solve the problem. but I don't know how to put it :s
  5. Hyoru

    Time problem

    Yeah, is one person per map, sorry And Slim, i added the mapflag (: take a look: OnPCDieEvent: if (strcharinfo(3) == "quiz_02") { stopnpctimer; killmonster "quiz_02","All"; } end; the time isnt stopping yet :/
  6. Hyoru

    Damage

    Hello, I don't know if is the correct place to post, but if not, sorry. I want raise the Damage of Sniper, but without raise the damage of his skills. Thanks Advanced.
  7. Hyoru

    ATK on Skills

    ei, I changed ATK_ADD(20*sc->data to ATK_ADD(80*sc->data but there's no effect :x
  8. Hello, I have an NPC that teleports a person to a room with a time limit of 5 minutes, and one person per room. The problem is, when a person dies and another enters the room, if the last person time isn't over, the time will be counted by the new person...I need to stop this time when the map get 0 players maybe use: if ( getmapusers("quiz_02") == 0 ) stopnpctimer; if someone know, please help me. Thanks advanced.
  9. but that isnt to check one item ? i need one to check if the hole inventory is full. Oh sorry, i get it. Thanks a lot (:
  10. Hello, how can i make my ncp check if the inventory is full before give the item?
  11. Hyoru

    Teleport NPC

    o_o I didn't knew this :/ ok then thanks.
  12. Hyoru

    Teleport NPC

    Thanks, and cleanmap?
  13. Hyoru

    Teleport NPC

    Thanks a lot Chris! Just one more thing, after the time out, how can I add @killmonster and @cleanmap in the map?
  14. Hyoru

    Teleport NPC

    Hi, i need a npc like this: Teleport NPC. you need the item 7720 to teleport, you can stay only 5 minutes inside the room and when one person is inside the room, another person cant enter. the map: turbo_room someone can help me? Thanks in advanced. Edit: Hi again, i tried by myself and i made a piece...i dont know how to put the price but if helps is there: prontera,153,150,5 script Teleport 61,{ set .@map$,"turbo_room"; addtimer 300000, strnpcinfo(3)+"::On5Minutes"; if (getmapusers(.@map$) >= 1 ){ mes "Room is full."; close;} warp .@map$,100,100; dispbottom "You have 5 Minutes to stay here."; initnpctimer; end; On5Minutes: dispbottom "Time out."; mapwarp "turbo_room","prontera",150,150; end; }
  15. Hyoru

    ATK on Skills

    Hi, someone know how i can raise the atk of the skill Aura Blade of LK?
  16. sorry sorry :x im new here. thank you.
  17. someone knows how to put delay on warp and go, but just when you get hit by another player (pk server), and not by a monster. Thanks advanced
  18. Hyoru

    Aspd on EDP

    Hello, how can i do to make sinx lost 1 of aspd when using enchant deadly poison? Thanks.
×
×
  • Create New...