Jump to content

[patch][7327] meetingstone


Guest charlie2025

Recommended Posts

Simple patch to repair MeetingStones

diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp
index c1c13b3..8442406 100644
--- a/src/game/GameObject.cpp
+++ b/src/game/GameObject.cpp
@@ -1163,7 +1163,7 @@ void GameObject::Use(Unit* user)
            if (level < info->meetingstone.minLevel || level > info->meetingstone.maxLevel)
                return;

-            spellId = 23598;
+            spellId = 61994;

            break;

        }

git pull git://github.com/charlie2025/mangos.git meetingstone

Patch by kozelo

Link to comment
Share on other sites

Two members of the group need to be AT the meeting stone.

- One selects a third group member

- This third member cannot be in an instance

- This member must also fall within the level-range of the instance. Example: 43 - 52(??) for ZF

- Then the summoning group member rightclicks the meeting stone.

- He will then start to channel something and a portal-like animation appears near him (NOT near the third member)

- The second member then needs to rightclick the newly formed portal.

- The two summoning member need to stand still while they both channel the summon.

- The third member then gets a message 'Thusandso wishes to summon you. Accept?'

- The third member then clicks accept.

- After a loading period he will appear near the meeting stone

So current functionality incorrect anyway.

1) I think patch correct

2) for ritual summoning created same second step portal

In meeting case

first player click of meeting stone GO -> cast 61994 -> creating GO 179944 -> click by second player -> cast player summon spell ?

In ritual case

cast 698 -> creating GO 194108 -> 2 clicks -> cast 61993 instead not existed 62330 -> creating GO 194097 (stable 10 min portal) ->

first player click or ritual portal -> cast 59782 -> creating GO 179944 -> click by second player -> cast player summon spell ?

Problem in "cast player summon spell ?". In recent GO 179944 data click spell is 59782 that create similar portal and to infinity...

Old data have 7720 that will work. Anyway this need resolved by confirmation щиту from data wrong/outdated

Link to comment
Share on other sites

We have good data for gameobject 179944 (i think) and meeting stone still not work.

UPDATE `gameobject_template` SET `entry` = 179944,`type` = 18,`displayId` = 1327,`name` = 'Meeting Stone Summoning Portal',`castBarCaption` = '',`faction` = 0,`flags` = 0,`size` = 1,`data0` = 2,`data1` = 59782,`data2` = 0,`data3` = 0,`data4` = 1,`data5` = 1,`data6` = 1,`data7` = 0,`data8` = 0,`data9` = 0,`data10` = 0,`data11` = 0,`data12` = 0,`data13` = 0,`data14` = 0,`data15` = 0,`data16` = 0,`data17` = 0,`data18` = 0,`data19` = 0,`data20` = 0,`data21` = 0,`data22` = 0,`data23` = 0,`ScriptName` = '' WHERE `gameobject_template`.`entry` = 179944;

help anyone ?

Link to comment
Share on other sites

We have good data for gameobject 179944 (i think) and meeting stone still not work.

help anyone ?

I got the same data, When the 2nd player click on the portal is does nothing, seems like the second part is not linking? I dont really know, i'm on UDB forums to check as this is db related. If i find something i'll let ya know.

In short, game object is not triggering the summon spell

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use