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 8 of 8
  1. #1
    Scout

    Join Date
    Feb 2009
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    6

    [Help] Mount Any Where


    Register to remove this ad
    Ok Guys I Need a lil help here everything that is in this lua i right but when i go ingame to click the item nothing happens any ideas to why?

    HTML Code:
    function Item_Trigger(item, event, player)
    Item_menu(item, player)
     
    function Item_menu(item, player)
     
    if (player:IsInCombat() == true) then
    player:SendAreaTriggerMessage("No Way! You are in combat! M8")
    else
    item:GossipCreateMenu(3543, player, 0)
    item:GossipMenuAddItem(4, "Mount me on a Dragon Mount!", 2, 0)
    item:GossipMenuAddItem(4, "Dismount", 3, 0)
    item:GossipSendMenu(player)
    end
     
    function OnSelect(item, event, player, id, intid, code)
     
    if (intid == 2) then
    Player:SetFlying()
    Player:ModifyRunSpeed(21)
    player:SetModel(22841)
    end
     
    if (intid == 3) then
    player:SetMovementType(256)
    player:ModifyRunSpeed(7.5)
    player:SetModel(0)
    end
    end
     
    RegisterItemGossipEvent(99546,1,"Item_Trigger")
    RegisterItemGossipEvent(99546,2,"OnSelect")



    › See More: [Help] Mount Any Where

  2. #2
    Contributor
    shadowslayer133's Avatar
    Join Date
    Jan 2009
    Posts
    53
    Post Thanks / Like
    Rep Power
    17
    Reputation
    92
    thief QQ

  3. #3
    Banned

    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    652
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    Who did he steal it from?

  4. #4
    Scout

    Join Date
    Feb 2009
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    6
    Quote Originally Posted by shadowslayer133 View Post
    thief QQ
    Quote Originally Posted by Avidgamer View Post
    Who did he steal it from?
    uh ok....im just asking for help im not stealing anyones work... i just need help because this wont work...geeze

  5. #5
    Contributor
    shadowslayer133's Avatar
    Join Date
    Jan 2009
    Posts
    53
    Post Thanks / Like
    Rep Power
    17
    Reputation
    92
    http://www.mm opro.net/forums/lua-sc...ayers-fly.html
    he used my template and "Defaced" it.

  6. #6
    Scout

    Join Date
    Feb 2009
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    6
    Quote Originally Posted by shadowslayer133 View Post

    lol im not stealing it god dam it people im asking for help wow.....maybe you should learn to read.....

  7. #7
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,916
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295
    hmm but if you use [Help] tag it would clear more





  8. #8
    Scout

    Join Date
    Feb 2009
    Posts
    24
    Post Thanks / Like
    Rep Power
    16
    Reputation
    6

    Register to remove this ad
    Quote Originally Posted by MysteriousSouL View Post
    hmm but if you use [Help] tag it would clear more
    kk thanks man ^^




  9. 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 12:09 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