Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 4 of 4
  1. #1
    Contributor
    Boxxy's Avatar
    Join Date
    Aug 2008
    Location
    Florida
    Posts
    351
    Post Thanks / Like
    Rep Power
    17
    Reputation
    136

    Scripting service


    Register to remove this ad
    Im starting a lua scripting service.

    I can script anything from teleporters to bosses!

    Each easy(bosses usally) script costs 2$
    Each hard(tele npc,buffer,telestones) script costs 4$

    You can pm me what you want if its a easy script,and if its a hard script conatact me on msn.


    My msn is [email protected]


    › See More: Scripting service
    your mother

  2. #2
    Beginner
    BadboyStar's Avatar
    Join Date
    Aug 2008
    Posts
    1
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Re:

    Nice service, very handy for people who can't script it self. And cheap as well.
    This is the script he made me, max skill npc:
    Code:
    local npcid = 5000003
    
    
    function SKILL_OnGossipTalk(pUnit, event, player, pMisc)
    pUnit:GossipCreateMenu(100, player, 0)
    pUnit:GossipMenuAddItem(5, "Max my skills.", 1, 0)
    pUnit:GossipSendMenu(player)
    end
    
    
    function SKILL_OnGossipSelect(pUnit, event, player, id, intid, code, pMisc)
    
    if (intid == 1) then
    player:AdvanceSkill(201,350)
    player:AdvanceSkill(202,350)
    player:AdvanceSkill(5011,350)
    player:AdvanceSkill(1180,350)
    player:AdvanceSkill(15590,350)
    player:AdvanceSkill(266,350)
    player:AdvanceSkill(196,350)
    player:AdvanceSkill(198,350)
    player:AdvanceSkill(200,350)
    player:AdvanceSkill(227,350)
    player:AdvanceSkill(197,350)
    player:AdvanceSkill(199,350)
    player:AdvanceSkill(203,350)
    pUnit:GossipComplete(player)
    end
    end
    
    RegisterUnitGossipEvent(npcid, 1, "SKILL_OnGossipTalk")
    
    RegisterUnitGossipEvent(npcid, 2, "SKILL_OnGossipSelect")
    Last edited by BadboyStar; 17-08-08 at 04:50 AM.

  3. #3
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    stickied

  4. #4
    Scout
    Synthetic's Avatar
    Join Date
    Aug 2008
    Posts
    25
    Post Thanks / Like
    Rep Power
    16
    Reputation
    13

    Register to remove this ad
    Nice offer, very good for those who doesn't know how to script.




  5. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:41 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org