Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST and math #1247

Open
Steinny opened this issue May 7, 2024 · 2 comments
Open

LIST and math #1247

Steinny opened this issue May 7, 2024 · 2 comments

Comments

@Steinny
Copy link

Steinny commented May 7, 2024

[FUNCTION f_testsubedit]
local.list = "0004|00080"
serv.list.TEST.add "<local.list>"
serv.log <serv.list.TEST.0>

return 084
but i want string

@xwerswoodx
Copy link
Contributor

Uhm, seems like "" ignored by local directly, need to take a look of it.

@Tolokio
Copy link
Contributor

Tolokio commented Jul 15, 2024

list are not separated by ","?

@cbnolok cbnolok added this to the X1.1 milestone Sep 5, 2024
@cbnolok cbnolok pinned this issue Oct 2, 2024
@cbnolok cbnolok unpinned this issue Oct 2, 2024
cbnolok added a commit to cbnolok/Source-X that referenced this issue Oct 3, 2024
- Fixed: LIST.ADD ignoring quoted arguments (Issue Sphereserver#1247).
- Fixed: FOOD and MAXFOOD not being stored in the worldsave file (Issue
Sphereserver#1289).
- Added: CURFOLLOWER.CHARCOUNT, to return the raw number of characters
you own/that are following you. Plain CURFOLLOWER returns the current
total FOLLOWERSLOTS you own.
- Changed: removed CURFOLLOWER.DEL and CURFOLLOWER.DELETE in favor of
the more specific:
  CURFOLLOWER.DELUID: The same as .DEL/DELETE, just removed the pet via
its UID.
  CURFOLLOWER.DELINDEX: Removes the pet via its id in the (cur)follower
list for that owner.
- Added: spells with SPELLFLAG_SUMMON now accept
LOCAL.FollowerSlotsOverride in the triggers @success and @SpellSuccess.
Default value (do not override): -1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants