Jump to content

Tuker

Members
  • Posts

    100
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    25.00 GBP 

Bug Comments posted by Tuker

  1. Far as i know pools bring some randomness in spawn and prevent gameobject to spawn at the same time.

    not sure about how spawn points  should be done, there isn’t a rule.
    I think is ok to use available Public data (such ad wowhead), put it in the database and test it.
    We can always tune it later If we find something odd 

    if you have a full gather db and want to share with the community consider to make a post in the forum 

  2. 2 hours ago, Olion said:

    Only respective sniffes give a solid ground to modify current protocol. While solution is efficient, it looks wrong at the same time. Try to buy an item with limited vendor quantity, for example the one from Tharynn Bouden (entry 66), and look at the item number present by the vendor.

    Perhaps conditionally avoid to send the SMSG_QUESTUPDATE_ADD_ITEM packet after SMSG_BUY_ITEM is the proper way. I have no sniffes as well.

    You are probably right.
    it look wrong to me to, cause If it fit this behaviour, is not si clean in regular behaviour(i.e. A player buying things)

    Unfortunately from what can i see no relation in the code base between the two event, so far i’m not sure you can easily check if one message has been sent.

    but i have like 0 experience with protocol and opcodes so i was just trying to figure it out.

    what i think is that probably is wrong that at Client Side the message it’s triggered with the opcode SMSG_BUY_ITEM

  3. Planned some work to do for fix that.

    Using this addon attached (tomtom + way) is it possible to use coordinate from wowhead.

    You just need to click on one of the pin point (in the map) and select TomTom Command (screenshot in attachment).
    In your clipboard you will have something similar to this:

     

    Quote

    /way #1420 74.5 53.6 Copper Vein
    /way #1420 74.8 28.8 Copper Vein
    /way #1420 75.4 44.1 Copper Vein
    /way #1420 75.4 74.6 Copper Vein
    .

    you need to remove the Id after the command /way so the commands became

    Quote

    /way 74.5 53.6 Copper Vein
    /way 74.8 28.8 Copper Vein
    /way 75.4 44.1 Copper Vein
    /way 75.4 74.6 Copper Vein
    .

    one you use one of those command a Arrow will indicate you were to go for the exact location.
    Once there you can use the following command to add a Copper Ore Vein.

    Quote


    .gobject add 1731

    So the server will advice you that a gameobject have been added with a specific Guid.
    Keep it safe so you can generate a list to export.
     

    copperore_tomtom.png

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use