Teleport item with lua? menu

Shout-Out

User Tag List

Results 1 to 14 of 14
  1. #1
    Iluox's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Teleport item with lua?

    How can make teleport item with lua?

    +Rep for helper

    Last edited by Iluox; 06-02-2008 at 05:25 AM.
    Add Reputation they who help you!

    Teleport item with lua?
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use search.

  3. #3
    Iluox's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am already tested it and don't find anything
    Add Reputation they who help you!

  4. #4
    Bapesy's Avatar Banned
    Reputation
    35
    Join Date
    May 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last time I heard, you can't because you can't register items.

    Five Gum!

  5. #5
    Iluox's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok. thanks and +rep
    Add Reputation they who help you!

  6. #6
    Greeko's Avatar Banned
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    366
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You mean in a Private Server, eh?
    If so, i have a LUA for that.

  7. #7
    Iluox's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Greeko View Post
    You mean in a Private Server, eh?
    If so, i have a LUA for that.
    Yes i mean for private server. Can you send that LUA for me?
    Add Reputation they who help you!

  8. #8
    Greeko's Avatar Banned
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    366
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OBS! This is a LUA that teleports you with a GameObject, How to use this:
    *First. Paste this in to your Navicat, HeidiSQL etc..
    Code:
    INSERT INTO `gameobject_names` VALUES ('999999', '1', '1327', 'LUA Portal', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
    *Second. Paste this in to Notepad and save it as Portal.lua in your scripts folder located in your Ascent folder.
    Code:
    function Teleporting_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (1, 4615.02, -3858.68, 944.155)
    end
    RegisterGameObjectEvent (999999, 2, "Teleporting_onUse")
    *Third. If you want to change the location, simply change the coords.
    P.S: the coords are the numbers in the red..

    *Fourth. Now spawn the GameObject by writing ".go spawn 999999 1".
    Last edited by Greeko; 06-02-2008 at 07:06 AM.

  9. #9
    Iluox's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very good, but i mean teleporting item, but still +rep
    Add Reputation they who help you!

  10. #10
    Greeko's Avatar Banned
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    366
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OBS! I've found it. I do not take credits for this, i didnt make it and i didnt upload it.
    I've got this from Spartansp so credits goes to him i think.

    This is a LUA that teleports you with a Item, How to use this:
    *First. Paste this in to your Navicat, HeidiSQL etc..
    Code:
    INSERT INTO `items` VALUES ('60001', '8', '-1', '-1', 'Custom Teleporter.', 'Custom Teleporter.', 'Custom Teleporter.', 'Custom Teleporter.', '42629', '1', '0', '0', '0', '0', '1503', '1791', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33208', '0', '579', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'Never Be Lost Again!', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '0', null, '0', '0', '0', '0', '0', '0', '0', null, null, '0', '-1', '0');
    *Second. Download this file. The file is protected with password, the password is "spartansp".

    *Third. Put the .DLL file (the file you just downloaded) in your scripts_bin folder located in your Ascent folder.

    *Fourth. Now add the item by writing ".additem 60001"

    THREAD UPDATED!
    Sorry GP and 2D for double posting.
    Last edited by 2dgreengiant; 06-02-2008 at 11:02 AM. Reason: double post, merged

  11. #11
    bera5522's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone post it unlocked.i cant pass the password protection

  12. #12
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can't do it in LUA unfortunatly... yet.

  13. #13
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol greeko... he asked for LUA, not C++
    Life Puzzler WoW - Website | Forums

  14. #14
    Greeko's Avatar Banned
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    366
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ooh my misstake hähä, im a little retarded you know -.-

    OFFTOPIC: Btw Gastric, i wounder how does this "Rank system" and "Rep power" system
    work? o.O Do i get a new rank every 100 post or?.. And with the rep power, how do i get
    rep power? How much do i need to rep to get to (Example: 2 rep power)?
    Last edited by Greeko; 06-04-2008 at 02:08 PM.

Similar Threads

  1. HOW TO MAKE A TELEPORTING ITEM! (NO Lua!)
    By Dibes in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 12-31-2022, 06:15 AM
  2. i need help with a LUA teleport item and buff item...
    By trujillo in forum WoW EMU Questions & Requests
    Replies: 17
    Last Post: 09-16-2009, 02:05 AM
  3. Teleport item with a LUA file
    By husku in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 11-02-2008, 06:44 AM
  4. Teleport item without CD with cast timer
    By llamafood in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-29-2008, 06:38 PM
  5. How to make game objects teleport with LUA!
    By Le Froid in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 01-02-2008, 06:59 PM
All times are GMT -5. The time now is 02:03 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search