157 - Error on the PTR
What version of Grid are you using?
Installed:r1197 (Released: 2009/06/21)
What version (and language) of WoW are you using?
EN/GB PTR 3.2
What were you doing when the problem occured?
i joined (or left) the isle of conquest battleground
What happened? What did you expect to happen instead?
Do you have an error log of what happened?
[2009/06/28 12:53:31-1907-x8]: Grid-1.30100.2009041601\GridRoster.lua:258 attempt to call global 'GetCurrentDungeonDifficulty' (a nil value)
---
Please provide any additional information below.
currently there are more options to set the difficulty for instances.
Normal {normal, heroic}
Raid <new> {10, 25, 10 hard, 25 hard}
Please check on your ticket daily. If a ticket is waiting on a response from you for more than 7 days, I will assume that you have fixed the problem yourself and have abandoned the ticket.
- 2 comments
- 2 comments
Facts
- Last updated on
- 19 Aug 2009
- Reported on
- 28 Jun 2009
- Status
- Invalid - This was not a valid report.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #2
Leialyn Fri, 10 Jul 2009 14:06:43Actually it is GetRaidDifficulty() and it returns
10 player -> 1
25 player -> 2
10 player heroic -> 3
25 player heroic -> 4
So it has to be Set to if GetRaidDifficulty() == 2 or GetRaidDifficulty() == 4
GetDungeonDifficulty() is for the 5player instances, which can be set separately.
I fixed it in the 1198 build
- #1
AlyxVance Tue, 30 Jun 2009 04:47:10change GetCurrentDungeonDifficulty in GetDungeonDifficulty
i have change it and Grid does work but not sure realy i was not in an ini at the moment