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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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