Jump to content

zhxwbr8

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by zhxwbr8

  1.            

    First of all, I would like to thank those who have helped me@inselmann@Droidz@TheSmokie(he got banned lol)..etc..Thx all.

    After nearly two years of study, I have made some contributions to the forum. Here's a code format for Teleport!

    I hope you can use it. Of course, I hope you can get a better way to realize this function.

    My idea in this code:First, I create a blank memory address, and then give it a game coordinate (destination coordinate). Of course, you can also use other blank memory addresses. Then use this coordinate to teleport.Finally,it works great!

    Code:

    float  X=XXXf;
    float  Y=XXXf;
    float  Z=XXXf;
    int processId = (int)wManager.Wow.Memory.WowMemory.Memory.GetProcess().Id;
    MemoryRobot.Memory memory = new MemoryRobot.Memory(processId);
    uint BaseAddress = (uint)memory.ReadInt32(0xCD87A8);
    BaseAddress = (uint)memory.ReadInt32(BaseAddress + 0x34);
    BaseAddress = (uint)memory.ReadInt32(BaseAddress+0x24);
    memory.WriteFloat(BaseAddress + 0x798, X);
    memory.WriteFloat(BaseAddress + 0x79C, Y);
    memory.WriteFloat(BaseAddress + 0x7A0, Z);

    In some undetected servers, you can travel a long distance on the same map. Of course, you can also change it to a small distance of 5 yards to travel. enjoy

    My English is not very good, please forgive me.

  2. I ran into a problem in Easy Quest.I only know to use the RunMacroLua command in EasyQuest this command:

    .                                                                                                  /Targetenemy HighPriestessJeklik

    .                                                                                                  /Cast DarkCommand

    .                                                                                                  /Cast ChainsOfIce

    .                                                                                                  /Cast DeathGrip

     

    I want ask how can I use Runcode to complete this command?

    thx you.

  3. Hi someone can help me ?

    I want Call out my Hyacinth Macaw(It's like the little partner in the picture),and interact with him.

    My difficulty is: I don't know what command to call it out, and I don't know how to interact with the NPC that Npc always follow me,no fixed coordinates (I'm not sure if it belongs to NPC)..

    who konw use what command i should to use on Easy Qusests Editor? please help

     

    image.png.ce3a09205fd543cde15bdc9bbf57200e.png

     

     

×
×
  • Create New...