Jump to content

Roxess

Members
  • Posts

    48
  • Joined

  • Last visited

Posts posted by Roxess

  1. How i can enable the Warmth skills of the star gladiator in pvp?

     

    i refer are enabled but dont take damage on the players only on the mobs

  2. that depends how is your quest npc :I

     

    but anyways i think its only use the command "announce"

    announce "strcharinfo(0)+"  just end the quest.",bc_all,0xFFFF00;
  3. hello guys someone can make me a npc "recollector event"

     

    the npc gonna ask you for random items  and quantity hourly

     

    its like a dynamic quest

     

    thanks for read my post :3

     

    the npc could be more awesome if he ask you for some monster kills C:

  4. i dont know if this could help but here i go :v

    prontera,150,150,4 script S#custom_stylist 68,{
    setarray .@Styles[1],
      getbattleflag("max_cloth_color"),
      getbattleflag("max_hair_style"),
      getbattleflag("max_hair_color");
    setarray .@Look[1],
      LOOK_CLOTHES_COLOR,
      LOOK_HAIR,
      LOOK_HAIR_COLOR;
    set .@s, select(" ~ Cloth Color: ~ Hair Style: ~ Hair Dye");
    set .@Revert, getlook(.@Look[.@s]);
    set .@Style,1;
    while(1) {
      setlook .@Look[.@s], .@Style;
      message strcharinfo(0),"This is style #"+.@Style+".";
      set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)";
      switch(select(.@menu$)) {
      case 1:
       set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1);
       break;
      case 2:
       set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]);
       break;
      case 3:
       message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+".";
       input .@Style,0,.@Styles[.@s];
       if (!.@Style)
        set .@Style, rand(1,.@Styles[.@s]);
       break;
      case 4:
       set .@Style, .@Revert;
       setlook .@Look[.@s], .@Revert;
       break;
       cutin "",255;
      }
    }
    OnInit:
    waitingroom "Stylist",0;
    }
    
  5. this could work too?

    -    script    pvprecovery    -1,{
    OnPCKillEvent:
        if (strcharinfo(3) == "guild_vs3") {
            dispbottom "Acabas de matar a strcharinfo(0) Recovery Automatico.";
            atcommand "@heal "+strcharinfo(3)
        }
        end;
    }

  6. Hey guys someone can giveme or create a sprite with the tittle PvP Legend and WoE Legend

     

    for put like a custom that could be awesome, i dont know how to make my own sprites so if someone can help me

     

    that could be so nice thanks for all guys  :3 !

×
×
  • Create New...