[NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE! menu

User Tag List

Page 48 of 80 FirstFirst ... 444546474849505152 ... LastLast
Results 706 to 720 of 1190
  1. #706
    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)
    C++ can take care of those

    [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
  2. #707
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, where in the arc emu rev do i find where the max number of items is? like Knaur asked for the patch from defualt, i want to know what to search for

  3. #708
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ArcEmu SVN\trunk\src\ascent-shared

    Open Storage.h

    On line 30 it stands like this

    #define STORAGE_ARRAY_MAX 200000
    Edit the 200000 to your value (I guess it's like this, if I'm wrong correct me)

  4. #709
    Ntek's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've searched for this atleast a dozen times, so i doubt its been answered. but never the less, is there a way to set a cap on Dodge/block/parry? or raise the hit rating on mobs/bosses without changing their level?

  5. #710
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ntek View Post
    I've searched for this at least a dozen times, so i doubt its been answered. but never the less, is there a way to set a cap on Dodge/block/parry? or raise the hit rating on mobs/bosses without changing their level?
    The mob thing yes you can raise how much they hit its in teh creature proto but not there hit rating itself as far as i know i will have to say no atm... (dont know about C++ tho)

  6. #711
    Ntek's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not hit as in damage, i mean hit as in hit rating.. atm we got rogues soloing bosses because they can dodge everything, which as you will understand is a complete pain in the bum..
    Any help would be greatly appreciated

  7. #712
    Olsson92's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use "Apple's Ascent 4.0". Much works for me, very good guide! But when I gonna connect it stops at: "Success!"
    Whats the problem?
    I Think it dosent connect to the realm. But I dont know how to fix! :s

    And Plz tell me that you dont know, even if you DONT know what it is.

    Thx!


  8. #713
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone give me a link to an TUT to make custom quest???

    Thanks

  9. #714
    Yiddus's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tropem View Post
    Can anyone give me a link to an TUT to make custom quest???

    Thanks
    I'll jsut tell you instead. Im bored.

    Okay to make a custom quest you jsut need to go into your database.

    Use Navicat or Toad, whatever Databse editign program you feel comfortable using. Open the "quest" table and click on the entry column then press to sort the column in descending order (I do this so I can make sure I have a unique entry number)

    Add a new row and jsut make your quest... Its that easy. Each Column is named for what kidn of details you need to input.

    Once done go to quest_start and quest_finish tables and jsut put in a unique entry ID on each and enter the quest ID for each and your set.

    Now all you need to do is spawn a quest giver and .addboth 'quest id' (Using .addboth lowers the chance of your server lagging or crashing)
    Last edited by Yiddus; 06-25-2008 at 03:18 PM.

  10. #715
    Yiddus's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now my problems need to be answered.


    1) Okay. So no one can talk to the Battlemaster or Arena blokes.

    The window doesn't pop up or anything and a sort of error code is output on the ascent-world.exe window.

    http:/wowlight.aidanwilson.com/images/arenaorbattlemasterproblem1.png

    (Sorry not enough posts to post links or images.. I'm sure you can add the extra '/' yourself. As if I need 3 )

    There is probably already a fix for this but I couldn't find anything on it or it is jsut the simple fact that I may be on the wrong rev.

    2) My teleporter NPC works fine for Alliance. It's great! I absolutly love it.

    Then I started getting tickets from all the horde players saying that they can not talk to the teleporter. The teleporter is friendly for both alliance and horde. As I said before it works fien for alliance. On the other hand when a horde palyer clicks on the NPC the npc Window jsut doesn't open up. This is a real shame because I spent a S***load of tiem makign this NPC, gettign all the coords of about 50 different loactions.

    This must be just a small problem. I have experimented by changing the npctype, flags and faction. NOTHING WORKS! If anything it will jsut break it for Alliance too.

    Thanks for your time posters of MMOWNED :wave:

  11. #716
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone give me link to an mall release? I mean the Vendors for mall.. the normaly ones. My repack havent got them. Thanks!

  12. #717
    Yiddus's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use Wowhead: WoW Database Extraordinaire and search for the NPC's you need. The little code at the end of the URL (Numbers) are the code you need to input after .npc spawn

    So for example 123456789 = Legendary Itemz Vendor lawl Epix!

    Then you would .npc spawn 123456789

    When spawnign Objects you will need to .gameobject spawn 'objectid' 1

    The '1' is there to keep the object permanent so it does not disapear when you restart the server I hope this answers a few questions for you.

    If oyu need custom vendors you can check WoW Vendetta - Wage Your War
    Last edited by Yiddus; 06-25-2008 at 03:46 PM.

  13. #718
    Doomzzg's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could also do .lookup creature [name] for a fast search. But if you cannot remember the name of the mob you can use wowhead as you please.

  14. #719
    ghostfromabov's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i have a dumb question i dont even know if this belongs here but dont know where else to post it. how d i connect to a hamachi server like to play the wow greece sever can some plz help me??!!

  15. #720
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You download and install Hamachi, and join the server network

Page 48 of 80 FirstFirst ... 444546474849505152 ... LastLast

Similar Threads

  1. [2010] Emulation Expert Questions/Requests/FAQ thread
    By Trle94 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-26-2010, 05:12 AM
  2. [2009] Emulation Expert Questions/Requests/FAQ thread
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 04-01-2009, 12:39 AM
  3. Quick Question (Requires Emu Expert)
    By TripZone in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 04-06-2008, 02:58 AM
  4. [Now open] Ascent Help-me Thread. POST QUESTIONS HERE.
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-07-2008, 09:28 AM
  5. Wow Emu server question
    By TripleShank26 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-06-2006, 03:07 PM
All times are GMT -5. The time now is 04:28 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