Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Black Desert
You last visited: Today at 16:32

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Melissia Internal

Discussion on [Release] Melissia Internal within the Black Desert forum part of the MMORPGs category.

Reply
 
Old 09/09/2025, 11:10   #31
 
elite*gold: 0
Join Date: Jul 2016
Posts: 172
Received Thanks: 16
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
shadowofgod283 is offline  
Old 09/11/2025, 15:19   #32
 
elite*gold: 0
Join Date: Jan 2017
Posts: 2
Received Thanks: 0
The Entitylist how you do it?


Do you Mind sharing source code?
Snippet will do.
yoloai is offline  
Old 09/11/2025, 16:21   #33
 
Ultimeit's Avatar
 
elite*gold: 0
Join Date: May 2016
Posts: 136
Received Thanks: 43
Quote:
Originally Posted by yoloai View Post
The Entitylist how you do it?


Do you Mind sharing source code?
Snippet will do.
Actor list in BDO is probably one of the easiest ones.
Code:
	
ActorProxy** first;
ActorProxy** last;
You can try finding it using this pattern, have absolutely zero idea if it still works given that it's outdated af, but so are private BDO servers versions...
Code:
48 8D 15 ?? ?? ?? ?? 48 8D 4C 24 ?? E8 ?? ?? ?? ?? 90 4C 8B ?? 24 ?? ?? 8B
To iterate it you can do something like that (not an actually tested code, just an example out of my memory)
Code:
int count = last - first;
for (int i = 0; i < count; i++)
{
	if (ActorProxy* actor = first[i])
	{
		//do stuff
	}
}
iirc they are sorted by distance, with self player being zero indexed in most cases.
Ultimeit is offline  
Thanks
2 Users
Old 09/11/2025, 17:03   #34
 
elite*gold: 50
Join Date: Jun 2019
Posts: 49
Received Thanks: 17
Quote:
Originally Posted by shadowofgod283 View Post
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
Depends on your original attackspeed unless it's 0
moalny is offline  
Old 10/18/2025, 20:07   #35
 
elite*gold: 0
Join Date: Oct 2025
Posts: 3
Received Thanks: 0
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.
relogon11 is offline  
Old 11/06/2025, 01:33   #36
 
elite*gold: 0
Join Date: Mar 2016
Posts: 2
Received Thanks: 0
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 ?
jojo5528 is offline  
Old 11/06/2025, 03:18   #37
 
elite*gold: 50
Join Date: Jun 2019
Posts: 49
Received Thanks: 17
Quote:
Originally Posted by jojo5528 View Post
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 ?
The file is binary, so it can't be directly edited in a text editor. I might look into this
moalny is offline  
Thanks
1 User
Old 11/06/2025, 05:39   #38
 
elite*gold: 0
Join Date: Mar 2016
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by moalny View Post
The file is binary, so it can't be directly edited in a text editor. I might look into this

Oh and teleport function it’s like

Get falling damage while teleporting
So character die too much during teleport

Any tips for this ?
jojo5528 is offline  
Old 11/06/2025, 15:56   #39
 
elite*gold: 50
Join Date: Jun 2019
Posts: 49
Received Thanks: 17
Quote:
Originally Posted by jojo5528 View Post
Oh and teleport function it’s like

Get falling damage while teleporting
So character die too much during teleport

Any tips for this ?
You can do 2 things to prevent fall dmg while tp
1. just hold attack key.
2. hold "s" while weapon is up
moalny is offline  
Thanks
1 User
Old 11/17/2025, 22:11   #40
 
elite*gold: 0
Join Date: Oct 2020
Posts: 11
Received Thanks: 4
/del
UAGhosT is offline  
Old 12/01/2025, 07:13   #41
 
elite*gold: 0
Join Date: Jan 2022
Posts: 2
Received Thanks: 0
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?
haoxianyunjie is offline  
Old 12/02/2025, 07:13   #42
 
elite*gold: 50
Join Date: Jun 2019
Posts: 49
Received Thanks: 17
Quote:
Originally Posted by haoxianyunjie View Post
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?
No, pets can be put in different speeds Red, Yellow, Green I think. Just put it on red and it should work.
moalny is offline  
Old 12/02/2025, 14:09   #43
 
elite*gold: 0
Join Date: May 2021
Posts: 3
Received Thanks: 0
great cheat if only it has animation speed
casshern14 is offline  
Old 12/03/2025, 07:47   #44
 
elite*gold: 50
Join Date: Jun 2019
Posts: 49
Received Thanks: 17
For everyone asking for anim speed, if animation speed is too fast it just instantly bans you. Not looking into that.

Quote:
Originally Posted by jojo5528 View Post
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 ?
Check new version for better config system

Quote:
Originally Posted by relogon11 View Post
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.
tp to player isn't too hard to fix. I don't see the use tho :/
moalny is offline  
Old 12/07/2025, 05:28   #45
 
elite*gold: 0
Join Date: Jul 2013
Posts: 3
Received Thanks: 0
The names of NPCs, players, and monsters displayed in the Actors feature are showing as garbled text—not English, not Simplified Chinese, nor Traditional Chinese—completely unreadable characters.
Note: My game client language is set to Taiwan (Traditional Chinese).
Is there any solution for this issue?
haoxian11 is offline  
Reply

Tags
bdo cheat


Similar Threads Similar Threads
Melissia Games PRIVATE SERVER BDO
03/22/2023 - Black Desert - 4 Replies
❈Melissia Games❈ ➤Rate x10/weekend x20 ➤Increased chances of enchant items ➤All playable classes are available ➤Official version of the formula PVP/PVE
Need a cheat BDO Melissia
04/17/2022 - Black Desert - 2 Replies
Need a cheat BDO Melissia, let me know



All times are GMT +1. The time now is 16:32.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.