Need C++ Database expert menu

User Tag List

Results 1 to 8 of 8
  1. #1
    Brutex's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need C++ Database expert

    I need to resolve problem on my server...Arcemu, 2.4.3, NCDB rev 25. thats all but i need C++ script if u can explane it or something else but just wont Update DB version, if u can do something like that. More about bug...When u run and consume food it consuming food but i guess it should say U CANT EAT WHILE U RUN or something like that so it is the problem if u can fix it i will be most happy man on this world, and if u cant resolve this bug then i just need any scripted resolved bug to show to someone and just explane it and name of bug... xD Thanks a lot...

    Need C++ Database expert
  2. #2
    Link_S's Avatar Member
    Reputation
    125
    Join Date
    Dec 2008
    Posts
    293
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry but you lost me :O
    Why do I need a signature?

  3. #3
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Um, from what I can understand, you want a script to update your DB with new files, and you also want to edit the consumption method so that you can't eat/drink anything when moving right?

  4. #4
    Brutex's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i need C++ scripts for this consumption method so that you can't eat/drink anything when moving...if anyone can help im trying to find help for about 5 motnhs and nobody cant resolve it i cant belive...

  5. #5
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All you would have to do is when the eating packet is received(or w/e) check if the player is in motion, if they are, then send a notice saying you can't eat while moving, other wise consume the w/e.

  6. #6
    Brutex's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot...

  7. #7
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Brutex View Post
    Thanks a lot...
    MMOwned is not here to help you. We help people because we can.

    You're on a very old revision, and you're asking us to fix your core for you. That's a lot of work for someone we don't know, who hasn't contributed anything.

    You haven't given us the ArcEmu revision number, so we couldn't even download the core and find the issue, even if we were willing to do that.

    The least you can do at this point is to be polite. "Thanks a lot..." sounds as if you're impatient, and it's only been two days since you posted this thread.


    I'll give you a tip: Emulation is hard. If you're going to run a good server, you have to put a lot of effort into it. I'd suggest you make an attempt at fixing this yourself.

    Find the relevant code, and if you can't fix it then post it here. Include the relevant code, so people can help you.
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  8. #8
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe I told you all the necessary steps to fix it:

    1. Find the handle that deals with consumption.(ie drinking, eating, potions, etc)
    2. In the handle, add a conditional before the logic processing that evaluates whether the player is moving. If they are, then simple send a notice, if not, eat. Here's a Java example:

    Code:
    case CONSUMPTION_PACKET:
        if(player.isInMotion()) {
            player.sendNotice("You can't do that while moving.");
        } else {
            player.consume(itemId);
        }
    break;
    As you can see, it's actually quite simple.

Similar Threads

  1. Need a Database!
    By cello1993 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-17-2008, 05:54 PM
  2. Need a C++ Expert help
    By C-Death in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 02-23-2008, 12:32 AM
  3. NPC weapon bug.. need some Emu expert to take a look at this
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 12-20-2007, 07:03 AM
  4. Need help from expert, I've tried my hardest. Armor swap
    By Danstan117 in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 08-07-2007, 05:26 AM
  5. Need help from expert, I've tried my hardest. Armor swap
    By Danstan117 in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 08-07-2007, 02:35 AM
All times are GMT -5. The time now is 09:58 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