Nu te inregistra daca esti idiot sau agramat!


AlphaCS.RO[ORIGINAL GAMING]


Thanks Thanks:  0
Likes Likes:  0
Results 1 to 1 of 1

Thread: [quest]mod afk

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    User Info Menu

    [quest]mod afk

    Nume: Quest MOD AFK
    Descriere: Daca vreti sa mergeti AFK si vreti ca "toti" sa stie va puteti transforma intr-un foc de tabara
    Imagini: -
    Quest/arma/armura/etc: Quest
    Download(Opţional):
    Code:
    --- ####################
    --- ## Quest facut de DaRealPain ##
    --- ###################
    
    quest afk begin  
       state start begin  
          when 70028.use begin  
             say_title("Mod AFK")  
             say("Ce doresti sa faci?")
             local b = select("Merg AFK","Am revenit","Inapoi") 
             if b == 1 then 
                say("Ouk, de acum esti AFK!") 
                pc.polymorph(30000, 2000000) 
             end 
             elseif b == 2 then 
                say("Ouk, te transform la loc!") 
                pc.remove_polymorph() 
             end 
             elseif b == 3 then 
                say("Ouk!") 
                return 
             end 
          end 
       end
    end
    TUTORIAL

    Last edited by Konishua; 07-09-18 at 11:41.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •