btw i wonder how the attackspeed work because, sometime i use x2 is already too fast, but sometime i need like x5 x10 to made it work. Thank you <3
Actor list in BDO is probably one of the easiest ones.Quote:
The Entitylist how you do it?
Do you Mind sharing source code?
Snippet will do.
ActorProxy** first; ActorProxy** last;
48 8D 15 ?? ?? ?? ?? 48 8D 4C 24 ?? E8 ?? ?? ?? ?? 90 4C 8B ?? 24 ?? ?? 8B
int count = last - first;
for (int i = 0; i < count; i++)
{
if (ActorProxy* actor = first[i])
{
//do stuff
}
}
The file is binary, so it can't be directly edited in a text editor. I might look into thisQuote:
How does the config save system work?
Is there a config file or anything like that that can be edited?
I want to edit things like names, locations, and teleport points (I find it inconvenient to do this during gameplay if I have a lot of saved points).
anyway.. is it possible you to update add animation speed hack ? :D
No, pets can be put in different speeds Red, Yellow, Green I think. Just put it on red and it should work.Quote:
Latest: Added instant pet loot (Put it on the red bar) How do you operate this? Once you check 'instant pet loot', doesn't it take effect automatically?
Check new version for better config systemQuote:
How does the config save system work?
Is there a config file or anything like that that can be edited?
I want to edit things like names, locations, and teleport points (I find it inconvenient to do this during gameplay if I have a lot of saved points).
anyway.. is it possible you to update add animation speed hack ? :D
tp to player isn't too hard to fix. I don't see the use tho :/Quote:
Is it possible to add cast and animation speed?
Is it possible to add teleport to a player?(as we constantly teleport to monsters)
I really need these.