[Help] I need help creating a script. menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] I need help creating a script.

    I need help creating a script for teleporting a character when hit by an item like lets say illidan blade. Mind anyone tell me how to do this?

    [Help] I need help creating a script.
  2. #2
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like "Chance on hit: May Teleport you to Stormwind When Hitting a Monster" ?
    Don't advertise in your signature.

  3. #3
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol let me explain more thoughroly. lol (sorry about my horrible spelling) When you hit a player, with illidans blade, it will teleport them to some god dam place lol. But only with illidans blade. nothing else. like no other weapon would work.

  4. #4
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not Possible
    Don't advertise in your signature.

  5. #5
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dragonscale View Post
    Not Possible
    It is possible, with C++

    something like
    Code:
    #define coords X,X,X,X
    #define weapon XXXX
    
    If
    SOMETHING
    then
    Plr->EventTeleport(coords);
    I don't know what to add or anything, just know it can be done...somehow

  6. #6
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea i figured that out too lol like that but dam yo shit, its a lil confuzing.

  7. #7
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone know?

  8. #8
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please does anyone know??

  9. #9
    sublimepwns's Avatar Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    It is possible, with C++

    something like
    Code:
    #define coords X,X,X,X
    #define weapon XXXX
    
    If
    SOMETHING
    then
    Plr->EventTeleport(coords);
    I don't know what to add or anything, just know it can be done...somehow
    Thats how just have to get the cords and replace them with the X's and replace the weapons Xs with the swords item number

    +Rep Lawl

  10. #10
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats maybe like 1% of the coding though.........

  11. #11
    sublimepwns's Avatar Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    read barrys post ask him hes pro

    +Rep Lawl

  12. #12
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea i asked him if he could cheak this thread. Hmm maybe this would work.

    If
    Attacker->HasItem(weapon)
    then
    Plr->EventTeleport(coords);

    anyone got clue?

  13. #13
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jokerjokes View Post
    Yea i asked him if he could cheak this thread. Hmm maybe this would work.

    If
    Attacker->HasItem(weapon)
    then
    Plr->EventTeleport(coords);

    anyone got clue?

    You would need to define Attacker, and I'm not shure if HasItem is a real command

  14. #14
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mind finding out for me? I mean i used some of what you gave me for the other script lol......

  15. #15
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe Gastric could do something like it., i really need to learn C++ Scripting lol

Page 1 of 2 12 LastLast

Similar Threads

  1. Need help with my script [lua]
    By Satzen in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 05-18-2008, 05:19 PM
  2. [Request] I need some help with lua script (boss on death)
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-03-2008, 03:47 PM
  3. [Help] i need Lua help with this script...
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 25
    Last Post: 03-03-2008, 03:45 PM
  4. [C++]Need help with my Scripted Item
    By freezer1012 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-13-2008, 05:55 PM
  5. Need help creating accounts (3dgreengiant + chrispee repack)
    By ADAMZY in forum World of Warcraft Emulator Servers
    Replies: 19
    Last Post: 11-23-2007, 10:24 AM
All times are GMT -5. The time now is 08:10 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search