[Release] Create you own mall repack menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Anarchy [RD]'s Avatar Contributor
    Reputation
    132
    Join Date
    Jan 2008
    Posts
    547
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice dude, +rep oh and by the way nice sig! FFXIII FTW

    [Release] Create you own mall repack
  2. #17
    Laveciar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kard View Post
    ok this is to create your own mall anywhere you like it comes with custom game objects from illidan1 thanks

    and 2 sql files for Lordaeron and azashracrater 2 .lua scripts for portals to them

    comes with my vendors which includes 19 twink and 29 twink vendors and update files to change the displays and spawn/entry id's for them a read me txt for the setup

    no pics because this is a pack of things to create you own mall any where any style you like

    just excute the sql querys in you data base there 2.3 mall vendors and more and the 2 lau scripts go in you scripts folder in your core/compile than you spawn with the . spawn npc or .go spawn commands

    for example for the portals its .go spawn 88991 1 the extra one is to save it so it does not delete its self or restarts

    DOWNLOAD NOW!

    the spawn ids for the vendors and game objects are below

    to spawn all you do is .npc spawn idhere and if they dont stay add a 1 to them same for the objects .go spawn idhere 1 portals to

    Code:
    vendors are 90300 - 90380
    
    game objects ar 200001 - 200040
    
    portals are 88990 - 88991
    enjoy :wave:

    and cred's to illidan1 for his custom game objects
    Ok, I am running into a bit of a problem here, and I don't seem to have a clue on what I am doing wrong. I have gotten Lordaeron to work beautifully, portal works and everything. Even got the recall to work, now putting all the vendors and everything else aside for the moment, I am working on Azashra Crater. I got recall to work and I can create the portal, and it says Azashra Crater, yet everytime and I mean everytime it ports me to Lordaeron. I replaced the info in my dbase many times and I just don't understand what I could be doing wrong, I have the write coordniates and everything, is there something i am missing? .r p azashra works just fine, but the portal will not go there. Got any ideas?

    Cheers

    Laveciar


    ** UPDATE **

    I wanted to try something to see if maybe I inserted something wrong somewhere, and so I deleted everything that had to do with Lordaeron, and restarted everything and hrm, Azashra Crater portal works fine. I don't know why both portals would be pointing to Lordaeron in the first place since they have seperate ID numbers and .lua files which I checked both and they both were right. If you have any ideas as to why Lordaeron would be stopping Azashra Crater Portal from working please let me know. I am running the AC Ultimate Repack 7.5 with the Ascent 3.5 stable server. Please let me know if you can think of anything. Thanks in advance.
    Last edited by Laveciar; 02-02-2008 at 02:45 PM.

  3. #18
    Volcano's Avatar Banned
    Reputation
    31
    Join Date
    May 2007
    Posts
    769
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started my server yesterday and i've been using this alot Thanks +rep

  4. #19
    *TraPStaR*'s Avatar Contributor
    Reputation
    164
    Join Date
    Aug 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Laveciar View Post
    Ok, I am running into a bit of a problem here, and I don't seem to have a clue on what I am doing wrong. I have gotten Lordaeron to work beautifully, portal works and everything. Even got the recall to work, now putting all the vendors and everything else aside for the moment, I am working on Azashra Crater. I got recall to work and I can create the portal, and it says Azashra Crater, yet everytime and I mean everytime it ports me to Lordaeron. I replaced the info in my dbase many times and I just don't understand what I could be doing wrong, I have the write coordniates and everything, is there something i am missing? .r p azashra works just fine, but the portal will not go there. Got any ideas?

    Cheers

    Laveciar


    ** UPDATE **

    I wanted to try something to see if maybe I inserted something wrong somewhere, and so I deleted everything that had to do with Lordaeron, and restarted everything and hrm, Azashra Crater portal works fine. I don't know why both portals would be pointing to Lordaeron in the first place since they have seperate ID numbers and .lua files which I checked both and they both were right. If you have any ideas as to why Lordaeron would be stopping Azashra Crater Portal from working please let me know. I am running the AC Ultimate Repack 7.5 with the Ascent 3.5 stable server. Please let me know if you can think of anything. Thanks in advance.
    yeah i noticed i forgot to update them after i re made them copy paste thesee into you .lua's and they will work fine


    azashracratel has the l because i screwed up and it wont work if you take it out
    Code:
     function azashracratel_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (37, 1095.79, 298.602, 338.616)
    end
    RegisterGameObjectEvent (88990, 2, 'azashracratel_onUse')

    lordaeon
    Code:
     function lordaeon_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (572, 1081.55, 1459.95, 34.5548)
    end
    RegisterGameObjectEvent (88991, 2, 'lordaeon_onUse')
    just copy paste them in the right .lau's and it will fix the porting to the same place problem

  5. #20
    Laveciar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cheers Bro, was really dreading having to put both factions in the same place, leads to too many newbs whining he killed me, he's killing people in the mall. I swear sometimes you just wanna start killing them yourself just to shut them up. But I guess I will be a good admin and just keep em separated.

    Cheers Mate

    Laveciar

  6. #21
    *TraPStaR*'s Avatar Contributor
    Reputation
    164
    Join Date
    Aug 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol np its my bad anyway my first release of somthing like this so .. yeah sorry to anyone having problems post here and ill fix them

  7. #22
    Laveciar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Yo

    Ok there are a few vendors that I think either have custom items on there that were not included in the sql file or are just plain bad.

    Here are the list of vendors that always crash my WoW


    Code:
    90313 - Twink Vendor 19
    90314 - Twink Vendor 29
    90361 - Alchemy A-Z
    90366 - Reagent Leather I
    90370 - Reagent Engineering I
    90374 - Reagent Cooking
    90375 - Reagent Alchemy
    90376 - Reagent Enchant
    90377 - Reagent Jewelery

    These vendors crash my WoW every single time I spawn and try to open up their Sell Templates and buy something, EVERYTIME. I don't know if you had a custom reagent item that you had thats not included in the template that was on these vendors or if there is just something wrong with them. Any chance you could check this out, cause im really liking the models on these vendors.

    Cheers Bud

    Laveciar

  8. #23
    kate1's Avatar Member
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice! +rep man


    Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig

  9. #24
    hamadcool's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice + Rep

  10. #25
    Cheesy's Avatar Member
    Reputation
    85
    Join Date
    May 2007
    Posts
    314
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet
    (twinkfill)

    I 'R' EPICNESS!

  11. #26
    *TraPStaR*'s Avatar Contributor
    Reputation
    164
    Join Date
    Aug 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Laveciar View Post
    Ok there are a few vendors that I think either have custom items on there that were not included in the sql file or are just plain bad.

    Here are the list of vendors that always crash my WoW


    Code:
    90313 - Twink Vendor 19
    90314 - Twink Vendor 29
    90361 - Alchemy A-Z
    90366 - Reagent Leather I
    90370 - Reagent Engineering I
    90374 - Reagent Cooking
    90375 - Reagent Alchemy
    90376 - Reagent Enchant
    90377 - Reagent Jewelery
    These vendors crash my WoW every single time I spawn and try to open up their Sell Templates and buy something, EVERYTIME. I don't know if you had a custom reagent item that you had thats not included in the template that was on these vendors or if there is just something wrong with them. Any chance you could check this out, cause im really liking the models on these vendors.

    Cheers Bud

    Laveciar
    belive it or not some spawn ids bug them i know for the fact i cant get the 29 twink and 19 twink to work by changing them but change thier spawn id's to lower ones around 76000 mark if that dont work let me know and ill make the vendors 1 into 2 so they have less items and then they should work

    and for anyone els having problems just let me know ill try to help when i can but im in the hospital so i cant be on here every day now

    and to everyone who like's it thanks for the support and when i get released ill make a bigger better and more detailed repack with some custom items and vendors and a couple new ports to places and i swear i wont mess that one up

    and again thanks for all the support

  12. #27
    Laveciar's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    More than ok bud, i'll fiddle with it myself see if I can't figure out whats going on, you just take care of yourself, get better, and when you get out, worry about stuff like this. Cheers Mate

  13. #28
    teegan's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, good work =) +rep when I can.

  14. #29
    Pedregon's Avatar Contributor
    Reputation
    221
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok there are a few vendors that I think either have custom items on there that were not included in the sql file or are just plain bad.

    Here are the list of vendors that always crash my WoW


    Code:
    90313 - Twink Vendor 19
    90314 - Twink Vendor 29
    90361 - Alchemy A-Z
    90366 - Reagent Leather I
    90370 - Reagent Engineering I
    90374 - Reagent Cooking
    90375 - Reagent Alchemy
    90376 - Reagent Enchant
    90377 - Reagent Jewelery

    These vendors crash my WoW every single time I spawn and try to open up their Sell Templates and buy something, EVERYTIME. I don't know if you had a custom reagent item that you had thats not included in the template that was on these vendors or if there is just something wrong with them. Any chance you could check this out, cause im really liking the models on these vendors.

    Cheers Bud

    Laveciar
    Same with me ,nice vendors though!

  15. #30
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It keeps spawning Grass.. no matter what I type.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. NEED HELP WITH CREATE a OWN WoW Repack.
    By yezzy in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-13-2009, 10:52 PM
  2. Create you own WoW items?
    By Ragnaros in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 12-25-2008, 12:38 PM
  3. Create you own private server Easy
    By tobiasahlmo in forum WoW EMU Guides & Tutorials
    Replies: 155
    Last Post: 07-24-2008, 08:56 PM
  4. [2.3.3]Create your own MaNGOS Server! [No Repack]
    By Ophie in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 07-03-2008, 09:58 PM
  5. create you own server and make it public
    By TristinD in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 03-25-2008, 03:36 PM
All times are GMT -5. The time now is 12:49 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