Customized Portable Telporter menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Customized Portable Telporter

    Title says it all. What i want is a version of the WoWlord Wishing Stone, It had options such as:

    <Teleport Locations
    <My Bank (Bank Display)
    <Redeem PvP Tokens (Gear Vendor)
    <Morph Me!
    <Buy Mounts (Mount Vendor)

    It also had options to see server info and exchange gold for levels/talent points. But, I would really like to get my hands on working code for the vendor parts listed above. I can do the SQL work myself. Thanks in advance!

    EDIT: meant to add a [Request] tag =/
    Last edited by Shao111; 01-08-2008 at 06:16 PM. Reason: obvious

    Customized Portable Telporter
  2. #2
    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)
    I'd give my source for it, but i don't feel like opening up my customscript.cpp :|

  3. #3
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    I'd give my source for it, but i don't feel like opening up my customscript.cpp :|
    /cry Thanks anyways

  4. #4
    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)
    It is really easy if you just add on to the one posted here... like for teleport
    Plr->EventTeleport();
    and for add pvp item i made on ascentemu.com
    Code:
    player->GetItemInterface()->FindFreeInventorySlot(item->GetProto());
    or something like it, morpher is on ascentemu. basically everything you wanted was on one web or another so I think you should learn to search first
    Last edited by Le Froid; 01-08-2008 at 06:27 PM.

  5. #5
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    It is really easy if you just add on to the one posted here... like for teleport
    Plr->EventTeleport();
    and for add pvp item i made on ascentemu.com, morpher is on ascentemu. basically everything you wanted was on one web or another so I think you should learn to search first
    ....dude, all ive been doing is searching, only thing ive found has nothing linking the item to a vendor, which is what im mainly after.

    EDIT: Im not looking for code so that u can do:

    <PvP Gear ( Click to add single pvp item)

    More like:

    <PvP Gear ( Opens vendor window)
    Last edited by Shao111; 01-08-2008 at 06:28 PM. Reason: OBV

  6. #6
    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)
    Tie its GUID to a vendor.
    Again, posted on ascentemu.

  7. #7
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    Tie its GUID to a vendor.
    Again, posted on ascentemu.
    lotta help... (notice the sarcasm), but then again im just a "noob" who gets flamed when i post. Ill just make my way over to ascentemu for help from now on.

  8. #8
    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 Shao111 View Post
    lotta help... (notice the sarcasm), but then again im just a "noob" who gets flamed when i post. Ill just make my way over to ascentemu for help from now on.
    /wave

    It isn't because you are a "noob"... It is because everything was already made before.

    I guess you didn't remember me helping your last 2 or 3 threads.

    edit: also, i think you should LEARN how to search and stuff instead of handing everything to you
    Last edited by Le Froid; 01-08-2008 at 06:43 PM.

  9. #9
    berryman13's Avatar Contributor
    Reputation
    251
    Join Date
    Dec 2006
    Posts
    856
    Thanks G/R
    0/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I told you I'll make this for you. Just be patient, i'm working right now.
    PLEASE REMEMBER! A simple thanks can mean so much
    CHEAP GOLD ON [US] [ALLIANCE] STORMRAGE & KEL'THUZAD! -https://bit.ly/1nf04nF

    - BERRYMAN13

  10. #10
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    Tie its GUID to a vendor.
    Again, posted on ascentemu.

    Ok, ive been unsuccessful in finding this thread, mind linking?

  11. #11
    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 Shao111 View Post
    Ok, ive been unsuccessful in finding this thread, mind linking?
    I would, but that website won't work for me Hasn't in past month

  12. #12
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    I would, but that website won't work for me Hasn't in past month
    Ahh, thanks anyways.

  13. #13
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, im working the script and I've ran into a problem. I'm trying to tie it to a vendor GUID with:

    Code:
    //Vendor     
            case 1:     
                {    Plr->GetSession()->SendInventoryList(pObject (30090));
                }break;
    Where 30090 is the GUID. But, i don't understand the error it gives me when compiling now.

    Error:

    ..\src\MyScripts\PortableMorpher.cc(10 : error C2064: term does not evaluate to a function taking 1 arguments

    All help is appreciated!

  14. #14
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /bump, could really use some help with this part.

  15. #15
    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 Shao111 View Post
    Ok, im working the script and I've ran into a problem. I'm trying to tie it to a vendor GUID with:

    Code:
    //Vendor     
            case 1:     
                {    Plr->GetSession()->SendInventoryList(pObject (30090));
                }break;
    Where 30090 is the GUID. But, i don't understand the error it gives me when compiling now.

    Error:

    ..srcMyScriptsPortableMorpher.cc(10 : error C2064: term does not evaluate to a function taking 1 arguments

    All help is appreciated!
    pObject cannot send a vendor list, and if it is an item neigher can pCreature, you need to tie its GUID somehow, I once had a script but lost it

Similar Threads

  1. [Guide] Create a custom Portable Telerporter!
    By Murlock. in forum WoW EMU Guides & Tutorials
    Replies: 45
    Last Post: 04-02-2008, 02:41 PM
  2. mmowned special: custom item names
    By Relz in forum World of Warcraft Guides
    Replies: 58
    Last Post: 09-27-2006, 11:51 PM
  3. Custom RACE to RACE conversion now avable! request here!
    By bloodofwar in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 08-20-2006, 09:17 PM
  4. Custom Computer Build (opinions/comments?)
    By Matt in forum Community Chat
    Replies: 11
    Last Post: 07-23-2006, 12:57 PM
  5. New Custom Model Swapping Fix (1.11 Working)
    By Matt in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-23-2006, 06:05 PM
All times are GMT -5. The time now is 10:26 AM. 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