-
Notifications
You must be signed in to change notification settings - Fork 47
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
Milestone
Comments
Uhm, seems like "" ignored by local directly, need to take a look of it. |
list are not separated by ","? |
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.
cbnolok
added a commit
that referenced
this issue
Oct 13, 2024
- Fixed: LIST.ADD ignoring quoted arguments (Issue #1247). - Fixed: FOOD and MAXFOOD not being stored in the worldsave file (Issue #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
[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
The text was updated successfully, but these errors were encountered: