Jump to content

[ЛК] Окулус - Порталы


Buka

Recommended Posts

  • 4 months later...
  • 1 month later...
  • 2 weeks later...
  • 4 months later...

т.к. спелл в дбц отсутствует, реализуем скриптом:

 

 

фикс в ядро:

@@ -533,15 +533,32 @@
           return new spell_oculus_dream_funnel_AuraScript();
       }
};

+class go_oculus_teleport : public GameObjectScript
+{
+    public:
+        go_oculus_teleport() : GameObjectScript("go_oculus_teleport") { }
+
+        bool go_oculus_teleport(Player* player, GameObject* go)
+        {
+            if (go->GetEntry() == 188715)
+            {
+                player->TeleportTo(571, 3876.1599f, 6984.4399f, 106.32f, 6.27f);
+                return true;
+            }
+            return false;
+        }
+};
+
void AddSC_oculus()
{
   new npc_verdisa_beglaristrasz_eternos();
   new npc_image_belgaristrasz();
   new npc_ruby_emerald_amber_drake();
   new spell_oculus_call_ruby_emerald_amber_drake();
   new spell_oculus_ride_ruby_emerald_amber_drake_que();
   new spell_oculus_stop_time();
   new spell_oculus_touch_the_nightmare();
   new spell_oculus_dream_funnel();
+    new go_oculus_teleport();
}

 

В базу:

UPDATE gameobject_template SET ScriptName= 'go_oculus_teleport' WHERE entry = 188715;

 

 

 

разработчикам осталось только применить готовое)

Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...
  • Administrators
т.к. спелл в дбц отсутствует' date=' реализуем скриптом:[/quote']

Присутствует. Просто с кривыми таргетами, достаточно их поправить и не изобретать велосипед :)

Link to comment
Share on other sites

Присутствует. Просто с кривыми таргетами, достаточно их поправить и не изобретать велосипед :)

 

поправить бы еще тип передвижения у драконов, чтобы они не бегали, а могли летать)

Link to comment
Share on other sites

  • Administrators
-портал' date=' ведущий к платформе с боссом Дракос Дознаватель, не работает. Не телепортирует на платформу, не нажимается.[/quote']

А entry вот этого объекта не подскажите?)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...