Jump to content
UBot Underground

Recommended Posts

Hello Ubotters,

 

I have a question and I hope it's understandable :) Is there any way to increment a Large list(plugin) list with ubot without having to add it to a ubot list to reduce memory. Incrementing a list outside ubot from Large Lists plugin. Those lists are not visible in the debuger.

Link to post
Share on other sites

set(#position,0,"Global")
loop($plugin function("Bigtable.dll""Large list total""list")) {
    alert($plugin function("Bigtable.dll""Large list item""list"#position))
    increment(#position)
}

  • Like 1
Link to post
Share on other sites

set(#position,0,"Global")

loop($plugin function("Bigtable.dll""Large list total""list")) {

    alert($plugin function("Bigtable.dll""Large list item""list"#position))

    increment(#position)

}

Thanks for your help deliter

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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...