Thorfinn Posted October 24, 2022 Report Share Posted October 24, 2022 (edited) This used to work. /waypoint addati bee ~0 ~0 ~0 red bees I've tried all kinds of variants to no avail. The closest I got was placing a black dot called "red bees". Using #FF0000 in lieu of red does not work at all. Reply on console says "Color may be a known .net color or hex number." Any suggestions? Edited October 24, 2022 by Thorfinn Link to comment Share on other sites More sharing options...
Solution daretmavi Posted October 24, 2022 Solution Report Share Posted October 24, 2022 (edited) I use this - false/true for [pinned] is missing https://wiki.vintagestory.at/index.php/List_of_server_commands#/waypoint Edited October 24, 2022 by daretmavi Link to comment Share on other sites More sharing options...
Thorfinn Posted October 24, 2022 Author Report Share Posted October 24, 2022 (edited) Thanks. I never tried booleans. I assumed that parameter was optional, either the word "pinned" or blank. After all, it worked that way before, in 1.16. [EDIT] Incidentally, maybe a note on the wiki page that "pinned" is boolean would be in order, whomever has edit privs? Thanks! [/EDIT] Edited October 24, 2022 by Thorfinn Link to comment Share on other sites More sharing options...
RobinHood Posted January 30 Report Share Posted January 30 Why the hack, I see a circle and not a pickaxe? here are my Macro Code for coppper { "Index": 5, "Code": "-CU-", "Name": "-CU-", "Commands": [ "/waypoint addati wppick ~0 ~0 ~0 false red -CU-" ], "KeyCombination": { "KeyCode": 85, "SecondKeyCode": null, "Ctrl": false, "Alt": true, "Shift": false } } please help Link to comment Share on other sites More sharing options...
Thorfinn Posted January 30 Author Report Share Posted January 30 Try /waypoint addati pick ~0 ~0 ~0 false red -CU- 1 Link to comment Share on other sites More sharing options...
BenLi Posted January 30 Report Share Posted January 30 (edited) do we have any vocabulary for the icons vs their names? The one here is the correct one? https://wiki.vintagestory.at/index.php/VTML And the colors vs their names? Supposedly this one is at https://www.99colors.net/dot-net-colors . Right? Edited January 30 by BenLi icons' names' link added Link to comment Share on other sites More sharing options...
RobinHood Posted January 30 Report Share Posted January 30 thnx pick is the solution Link to comment Share on other sites More sharing options...
Thorfinn Posted January 30 Author Report Share Posted January 30 1 hour ago, BenLi said: do we have any vocabulary for the icons vs their names? The one here is the correct one? https://wiki.vintagestory.at/index.php/VTML And the colors vs their names? Supposedly this one is at https://www.99colors.net/dot-net-colors . Right? I've not tested a whole lot of them because I generally play without map. Looking at that page, just trimming off the "wp" and going with lower case has always worked so far. I didn't even know there was a list of icon names. I just guessed what I thought they would be called, based on some rather limited information about setting waypoints. I'd have never come up with "wpIcon"... 1 Link to comment Share on other sites More sharing options...
BenLi Posted January 30 Report Share Posted January 30 OK. At least some of the icons work, given the name without wp prefix. Anyway I will try to extract the info from the resource files of the game, and if not successful - also the github repository... 1 Link to comment Share on other sites More sharing options...
Recommended Posts