Jump to content
  • 0
eloscar23

get_unique_id ERROR

Question

1 answer to this question

Recommended Posts

  • 0
On 3/12/2025 at 10:29 AM, eloscar23 said:

functionmain.txtHello, I am implementing this to use the constellation tower instance, but I get error saying image.thumb.png.8a6e6576809bae6367972ce90150d794.png unique_id function... can someone help?


Is this rAthena script based ?

Try this :

--- functionmain.txt (old)
+++ functionmain.txt (fixed)

@@ function	script	concurrent_uid	{
-		.@uid = get_unique_id('');
+		.@uid = get_unique_id();
@@ function	script	concurrent_uid_map	{
-		.@uid = get_unique_id('');
+		.@uid = get_unique_id();
@@ function	script	concurrent_uid_registration	{
-		.@uid = get_unique_id('');
+		.@uid = get_unique_id();

Just open your functionmain.txt in Notepad++, search for get_unique_id('' and replace with get_unique_id().
That’s the only fix needed for Hercules.

 

Edited by Checkmate

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.