Jump to content

Faltz

Members
  • Content Count

    16
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Faltz reacted to evilpuncker in Suporte Script Lucutor   
    olha um exemplo: 
     
    http://upaste.me/r/9af1111246272ef5e
     
    apenas use a matemática e mude pra minutos
  2. Upvote
    Faltz reacted to Whimmyd89 in Suporte Script Lucutor   
    set .@time, gettimetick(2);if(next_use_tick > .@time) { set .@diff_tick, (next_use_tick - .@time); mes "You can talk to me in "+(.@diff_tick / 60)+" minutes."; close;}set next_use_tick, .@time + (5 * 60);mes "Hello!";close;
  3. Upvote
    Faltz reacted to evilpuncker in Suporte Script Lucutor   
    poderia postar como o npc registra o tempo? e para exibir um valor vc não precisa do "set"
  4. Upvote
    Faltz reacted to evilpuncker in Suporte Script NPC   
    remove os dois { } eles são apenas para mostrar q os parâmetros são opcionais
  5. Upvote
    Faltz reacted to evilpuncker in Suporte Script NPC   
    *waitingroom "<chatroom name>",<limit>{,<event label>,<trigger>,<required zeny>,<min lvl>,<max lvl>};
  6. Upvote
    Faltz reacted to ossi0110 in Battleground script   
    here you go
     
     
    just remove the {  above the end on Line 25
     
     
     
     
    bat_room,160,150,3 script Erundek 109,{ callshop "ShopBG",1; npcshopattach "ShopBG";end;OnBuyItem:for(set @i,0; @i < getarraysize(.bg_item);set @i,@i+1){ if(@bought_nameid == .bg_item[@i]){ mes .n$; mes " "; if(.emb_bv[@i] > 0) mes (.emb_bv[@i]*@bought_quantity)+"x Emblemas de bravura."; if(countitem(7828) >= (.emb_bv[@i]*@bought_quantity)){ getitem .bg_item[@i],@bought_quantity; delitem 7828,(.emb_bv[@i]*@bought_quantity); mes .n$; mes "Troca bem sucedida"; close2; }else{ mes .n$; mes "^FF0000Você não tem emblemas suficientes^000000"; close2; } } }end;OnInit: set .n$,"[Erundek]"; npcshopdelitem "ShopBG", 503; setarray .bg_item[0], 13036,13411,1425,1632,1634,1543,1924,1978,1574,1824,1183,1380,13305,1279,1739,13108,13172,2538,2539,2540,2435,2436,2437,2376,2377,2378,2379,2380,2381,2382,2720,2721,2722,2723,2724,2725,2733; setarray .emb_bv[0], 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,50,50,50,50,50,50,80,80,80,80,80,80,80,500,500,500,500,500,500,500; for(set .x,0; .x < getarraysize(.bg_item); set .x,.x+1) npcshopadditem "ShopBG", .bg_item[.x],0;end;}- shop ShopBG -1,503:500;
  7. Upvote
    Faltz reacted to leloush in PvP Script   
    announce strcharinfo(0) +" has Entered Arena",bc_map|bc_yellow;  
     
    http://herc.ws/wiki/Announce
     
     
    im out, sry i ddnt notice that im on portuguese.. and my browser has a automatic translation.. so i tought im on english section.
  8. Upvote
    Faltz reacted to leloush in PvP Script   
    http://upaste.me/cc0d11047caaa6e0d
     
     
    tente isso ..    sry se a sua escrita em Inglês .. pq meu navegador tem uma tradução automática em toda a língua .. e aviso ddnt que im em seção português basta alterá-lo     google translate
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.