User contributions for DokoNinjaroboto

For DokoNinjaroboto DokoNinjaroboto block log uploads logs abuse log
A user with 0 edits. Account created on 4 October 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

5 October 2023

1 November 2022

25 September 2022

  • 20:1920:19, 25 September 2022 diff hist +647 N API GetQuestSortIndexCreated page with "{{wowapi}} Returns the index of the collapsible category the queried quest belongs to sortIndex = GetQuestSortIndex(questLogIndex) ==Arguments== :;questLogIndex:{{apitype|number}} - The index of the quest to query. The number of quests can be retrieved with {{api|GetNumQuestLogEntries}}() ==Returns== :;sortIndex:{{apitype|number}} - The index of the category starting from <code>1</code> ==Notes== * Quests are usually split per zone, so if for example there are quests..." current
  • 19:5619:56, 25 September 2022 diff hist +2 API GetQuestLogSpecialItemInfoNo edit summary current
  • 19:5619:56, 25 September 2022 diff hist +700 N API GetQuestLogSpecialItemCooldownCreated page with "{{wowapi}} Returns cooldown information about a special quest item based on a given index start, duration, enable = GetQuestLogSpecialItemCooldown(questLogIndex) ==Arguments== :;questLogIndex:{{apitype|number}} - The index of the quest to query. The number of quests can be retrieved with {{api|GetNumQuestLogEntries}}() ==Returns== :;start:{{apitype|number}} - The value of GetTime() when the quest items's cooldown began (or <code>0</code> if the item is off cooldown)...." current
  • 19:4719:47, 25 September 2022 diff hist +86 API GetQuestLogSpecialItemInfoNo edit summary
  • 19:3319:33, 25 September 2022 diff hist +598 N API GetQuestLogSpecialItemInfoCreated page with "{{wowapi}} Returns information about special quest item based on a given index link, item, charges, showItemWhenComplete = GetQuestLogSpecialItemInfo(questLogIndex) ==Arguments== :;questLogIndex:{{apitype|number}} - The index of the quest to query. The number of quests can be retrieved with {{api|GetNumQuestLogEntries}}() ==Returns== :;link:{{apitype|string?}} : ItemLink :;item:{{apitype|number}} - The icon ID :;charges:{{apitype|number}} - The number of charges,..."
  • 18:0218:02, 25 September 2022 diff hist +301 N API StopTradeSkillRepeatCreated page with "{{wowapi}} Stops the trade skill creation queue (e.g., when the user presses <code>Create All</code> or specifies a number of crafts in a profession tab). StopTradeSkillRepeat() ==Notes== This function will '''not''' interrupt the current cast. It will stop the queue once the current cast finishes." current
  • 17:5417:54, 25 September 2022 diff hist +592 N API UnitGetAvailableRolesCreated page with "{{wowapi}} Returns the recommended roles for a specified unit tank, heal, dps = UnitGetAvailableRoles(unit) ==Arguments== :;unit:{{apitype|string}} : UnitId ==Returns== :;tank:{{apitype|boolean}} - Whether the unit can perform as a tank :;heal:{{apitype|boolean}} - Whether the unit can perform as a healer :;dps:{{apitype|boolean}} - Whether the unit can perform as a dps ==Notes== Although the Group Finder allows every class to pick any role, for some there is a w..." current
  • 17:1517:15, 25 September 2022 diff hist +612 N API C LFGList.SetRolesCreated page with "{{wowapi}} Sets the player's Group Finder roles success = C_LFGList.SetRoles(roles) ==Arguments== :;roles:{{apitype|table}} - A table with each role as a {{apitype|string}} key, and a {{apitype|boolean}} value for whether that role should be selected. All roles must be present in the table. ::{| class="article-table" !Key ({{apitype|string}})!!Value ({{apitype|boolean}}) |- |dps||<code>true</code>/<code>false</code> |- |healer||<code>true</code>/<code>false</code> |- |..." current
  • 17:0317:03, 25 September 2022 diff hist +368 N API C LFGList.GetRolesCreated page with "{{wowapi}} Returns the currently selected Group Finder roles as a table. roles = C_LFGList.GetRoles() ==Returns== :;roles:{{apitype|table}} ::{| class="article-table" !Key ({{apitype|string}})!!Value ({{apitype|boolean}}) |- |dps||<code>true</code>/<code>false</code> |- |healer||<code>true</code>/<code>false</code> |- |tank||<code>true</code>/<code>false</code> |}" current
  • 16:2316:23, 25 September 2022 diff hist +459 N API C BarberShop.IsViewingVisibleSexCreated page with "{{wowapi}} Returns whether the currently visible body type at the barber shop is the same as '''sexId''' isVisibleSex = IsViewingVisibleSex(sex) ==Arguments== :;sex:{{apitype|number}} - Ranging from <code>0</code> for body type 1 (masculine/male) to <code>1</code> for body type 2 (feminine/female) ==Returns== :;isVisibleSex:{{apitype|boolean}} - <code>true</code> if the visible body type at barber shop UI matches '''sex''', otherwise <code>false</code>" current
  • 16:1716:17, 25 September 2022 diff hist +331 N API C BarberShop.IsViewingNativeSexCreated page with "{{wowapi}} Returns whether the currently visible body type at the barber shop is different than what the character had before visiting. isNativeSex = IsViewingNativeSex() ==Returns== :;isNativeSex:{{apitype|boolean}} - <code>true</code> if the character hasn't changed body type in the barber shop UI, otherwise <code>false</code>" current
  • 15:4115:41, 25 September 2022 diff hist +917 N API GetGlyphLinkCreated page with "{{wowapi}} Returns a link to a glyph specified by index and talent group. link = GetGlyphLink(index[, talentGroup]) ==Arguments== :;index:{{apitype|number}} - Ranging from <code>1</code> to <code>6</code>, the glyph's index. See Notes for more information. :;talentGroup:{{apitype|number?}} - Optional, ranging from <code>1</code> (primary) to <code>2</code> (secondary) the talent group to query. Defaults to the currently active talent group. ==Returns== :;link:{{apityp..." current
  • 15:3215:32, 25 September 2022 diff hist 0 N File:Glyph ids.pngNo edit summary
  • 14:5414:54, 25 September 2022 diff hist +255 N API GetNumTalentGroupsCreated page with "{{wowapi}} Returns the total number of talent groups for the player. num = GetNumTalentGroups() ==Returns== :;num:{{apitype|number}} - The number of talent groups. <code>1</code> by default, <code>2</code> if Dual Talent Specialization is purchased."
  • 14:4414:44, 25 September 2022 diff hist +6 API SetActiveTalentGroupNo edit summary current
  • 14:4414:44, 25 September 2022 diff hist +612 N API SetActiveTalentGroupCreated page with "{{wowapi}} Sets the active talent group of the player. This is the 5 second cast that occurs when clicking the <code>Activate These Talents</code> button in the talent pane. SetActiveTalentGroup(groupIndex); ==Arguments== :;groupIndex:{{apitype|number}} - Ranging from <code>1</code> to <code>2</code> (primary/secondary talent group). To get the current one use {{api|GetActiveTalentGroup}}() ==Notes== *Nothing will happen if the groupIndex is the currently active talen..."
  • 14:2814:28, 25 September 2022 diff hist +464 N API SetTalentGroupRoleCreated page with "{{wowapi}} Sets the role for a player talent group (primary or secondary). SetTalentGroupRole(groupIndex, role) ==Arguments== :;groupIndex:{{apitype|number}} - Ranging from <code>1</code> to <code>2</code> (primary/secondary talent group). To get the current one use {{api|GetActiveTalentGroup}}() :;role:{{apitype|string}} - Can be <code>DAMAGER</code>, <code>TANK</code>, or <code>HEALER</code>. If an invalid role is given, it defaults to <code>DAMAGER</code>" current
  • 14:2814:28, 25 September 2022 diff hist +1 API GetTalentGroupRoleNo edit summary current
  • 14:2114:21, 25 September 2022 diff hist +431 N API GetTalentGroupRolePage creation - documentation of function
  • 13:5713:57, 25 September 2022 diff hist +602 N Forum:Error creating API GetTalentGroupRole and API SetTalentGroupRoleCreated page with "{{Forumheader|Village pump}} <!-- Please put your content under this paragraph. Be sure to sign your edits with four tildes ~~~~ --> I'm trying to create the pages https://wowpedia.fandom.com/wiki/API_GetTalentGroupRole and (after that) https://wowpedia.fandom.com/wiki/API_SetTalentGroupRole but it complains about external links although only the templates might have any external links (maybe the discord link on the..."