Skip to content
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

sub-categories on telenpc #2

Open
Aokromes opened this issue Feb 23, 2019 · 7 comments
Open

sub-categories on telenpc #2

Aokromes opened this issue Feb 23, 2019 · 7 comments

Comments

@Aokromes
Copy link
Member

Aokromes commented Feb 23, 2019

add to telenpc the posibility of create sub categories, on that way it can be more compact.

ie:

Cities
|--Neutral
|  |-Dalaran
|  |-Shattrah
|  \-Argent Tournament
|--Aliance
|  |-Ironforge
|  |-Stormwind
|  |-Exodar
|  \-Darnassus
|--Horde
Instances
|--Eastern Kingdom
|--Kalimdor
|  |-Caverns of time
|  |-Zul Farrak
|  \-other
|--Outland
|--Northrend
Raids
|--Classic
|--BC
|--WOTLK
@Baynar
Copy link

Baynar commented Mar 7, 2019

From looking at the script and sql i think it already does. Has someone tested it ?

@Aokromes
Copy link
Member Author

Aokromes commented Mar 7, 2019

updated post to make it cleaner.

@Baynar
Copy link

Baynar commented Mar 8, 2019

Doesn't gossip_menu + smart scripts already support this type of script ?

@ghost
Copy link

ghost commented Mar 8, 2019

if linked correctly in gossip_menu_option, you may even be able to do it without using smart_scripts.

@Aokromes
Copy link
Member Author

Aokromes commented Mar 8, 2019

going db needs maintenance of ids to be sure they aren't replaced by a fix.

@acidmanifesto
Copy link
Contributor

acidmanifesto commented Feb 4, 2021

We do have a npc ai in my project group, we can remake for 335 that is src lvl only with tele locations already? Do you want me attempt? Do not create a branch yet until i get something compliable.

@acidmanifesto
Copy link
Contributor

acidmanifesto commented Feb 4, 2021

@Aokromes I have a src script ready if you are interested with tele locations and categories.
image

Followed by selection faction restrictions places as well showing with If and case statements:
image

With organization based on character level. Need to be >= 59 for burning crusades dungs and raids, >= 68 for wotlk dung and raids.
image

Npc will need to be placed manually with .npc add 66666
But npc is nuertral with both horde and alliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants