Thread Tools Display Modes
06/25/20, 01:07 PM   #1
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
[open] Maptype_alliance

Where:
source code/ingame/map/worldmapquest_shared.lua


What:
Lua Code:
  1. if mapType == MAPTYPE_WORLD or mapType == MAPTYPE_COSMIC or mapType == MAPTYPE_ALLIANCE then
MAPTYPE_ALLIANCE doesn't exist == nil

Request:
- maybe just check for:
Lua Code:
  1. if GetMapType() > MAPTYPE_ZONE then
  Reply With Quote
06/29/20, 09:33 AM   #2
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
Fixed locally. MAPTYPE_ALLIANCE got deprecated. Was this throwing an error of some kind?
  Reply With Quote
06/29/20, 10:25 AM   #3
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
no error. i‘ve noticed this, when i checked map types in source code and was confused if this is a hidden feature.
  Reply With Quote
06/30/20, 09:10 AM   #4
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
It's almost like a hidden feature, in that it used to be a feature many many years ago that was no longer being used, so I went ahead and stopped supporting it :-p
  Reply With Quote

ESOUI » Developer Discussions » Bug Reports » [open] Maptype_alliance

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off