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

User Tag List

Page 79 of 80 FirstFirst ... 29757677787980 LastLast
Results 1,171 to 1,185 of 1190
  1. #1171
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.mediafire.com/?gdncmm2jdzy

    GM Helper

    [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
  2. #1172
    colincancer's Avatar Active Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    509
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rizzano View Post
    I'd like to know this too please.
    things that may help/fix this is
    make sure you are indeed using the correct display id
    and possibly clearing your cache! Hope this helped
    #JODYS'WATCHiN

  3. #1173
    Konda's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i was wondering how weapon skill can be made to increase past lvl 375.

    The server i am on has a max level of 120 and spellcasters have got no problem however the melee classes cant hit bosses lvl ?? and even higher level mobs as their skills wont go past 375.


    Thanks for the help guys

  4. #1174
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I got locked out, of mysql, it was working earlier but today I had a hole bunch of problems a few minutes before it like settings getting changed and things. [img][/img]

    I think it was one of the people conected to my MySQL, one of the devs. I just need to recover the data from the server please help:http://img70.imageshack.us/img70/682/helpti7.jpg


  5. #1175
    mastermania's Avatar Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Along time ago i found a website where you can add items for character creation anyone know it i found a guide on the site but it didnt tell me much for adding bags any help please also any program to make sql files for mailing items as in donar stuff that works with arc-emu thanks.

  6. #1176
    Ezikielth's Avatar Banned
    Reputation
    43
    Join Date
    Aug 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I know this is possible but I forgot how to do it...

    Any clue on how to make the level appear as 90 but use the formulas for level 80, I bet its in the configs or something and I am going to look like a dumb ass but here I go.

  7. #1177
    pokemonz's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ezikielth View Post
    Hey, I know this is possible but I forgot how to do it...

    Any clue on how to make the level appear as 90 but use the formulas for level 80, I bet its in the configs or something and I am going to look like a dumb ass but here I go.
    Core editing

  8. #1178
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a problem... when i try to make new scripts, and when i have spawned the npc for them they get the same script as the teleporter... my old scripts that i made.. ( last week) works but not the new ones... plz help. how can i fix this and why is it like this
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  9. #1179
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jonthe do you have the entry IDs on the scripts right?


  10. #1180
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i do i have checked like 10 times and have re written the script 2 tmes i dont know what to do
    edit 1:
    Here is the Script i made... still cant get it to work.
    Code:
    function On_Gossip(unit, event, player)
    unit:GossipCreateMenu(1000, player, 0)
    unit:GossipMenuAddItem(2, "To The Jump Event I", 47, 0)
    unit:GossipMenuAddItem(2, "To The Jump Event II", 46, 0)
    unit:GossipMenuAddItem(3, "To Your Checkpoint", 800, 0)
    unit:GossipSendMenu(player)
    end
    
    function Gossip_Submenus(unit, event, player, id, intid, code)
    
    if(intid == 1000) then
    unit:GossipCreateMenu(50, player, 0)
    unit:GossipMenuAddItem(3, "To Your Checkpoint", 800, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 800) then
    unit:FullCastSpellOnTarget(8690, player)
    end
    
    if(intid == 46) then
    player:Teleport(530, 12956.072266, -6943.814453, 9.968110)
    end
    
    if(intid == 47) then
    player:Teleport(1, 5288.36, -3553.83, 1593.76)
    end
    end
    
    RegisterUnitGossipEvent(100033, 1, "On_Gossip")
    RegisterUnitGossipEvent(100033, 2, "Gossip_Submenus")
    Would it help if u made it in a diferent file type? :P
    can some1 plz take a look at this? :P
    Last edited by Jonthe838; 12-26-2008 at 01:08 PM.
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  11. #1181
    Ezikielth's Avatar Banned
    Reputation
    43
    Join Date
    Aug 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pokemonz View Post
    Core editing
    ...lol umm, no

    Also, another question... how would you make an NPC teleport itself in a LUA script? Would it just be punit:teleport?
    Last edited by Ezikielth; 12-26-2008 at 09:08 PM.

  12. #1182
    Konda's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for ignoring my question completely guys

  13. #1183
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hahaah ^^ i dont think that there is so many ppl who look at this thread if they dont need help xD
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  14. #1184
    dontblink438's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2008
    Posts
    223
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Konda View Post
    Hi, i was wondering how weapon skill can be made to increase past lvl 375.

    The server i am on has a max level of 120 and spellcasters have got no problem however the melee classes cant hit bosses lvl ?? and even higher level mobs as their skills wont go past 375.


    Thanks for the help guys
    Assuming your using ArcEmu go into your ArcEmu-optional config file and look for the line Generated Level Level Cap

    Change that value to what ever the max level of your server is.

  15. #1185
    Ezikielth's Avatar Banned
    Reputation
    43
    Join Date
    Aug 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job evading the question entirely dontblink43

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 02:37 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