Jump to content
  • Announcements

    • Xmat

      Pravidlo pro postování v TTT

      Do sekce Tipy, triky, tutoriály nepatří žádné dotazy.   Postujte sem vaše návody, tipy a různé další věci jež uznáte za vhodné sdělit zdejšímu osazenstvu, ale veškeré dotazy směřujte do sekce Všeobecná diskuse.
    • Replik

      Seznam návodů a důležitých témat v této sekci

      Pro lepší přehlednost jsem vytvořil tento seznam, který vás, méně zkušené, lépe provede touto sekcí. Věřím, že zde najdete, co hledáte. Vypsané jsou návody, které jsou oficiálně uznané jako návody. Běžné diskuze, které neposkytují postupy a rady zvěřejněny nejsou.   Instalace vlastního MaNGOS Serveru Díky těmto návodům budete (měli by jste být) schopni vytvořit a následně spustit váš vlastní server. Nastavení je pro verze s i bez datadisku.   Instalace MaNGOS Serveru (bez datadisku TBC) - Autor Benny Instalace MaNGOS Serveru (s datadiskem TBC) - Autor Malfik Instalace MaNGOS Serveru v prostředí Linux - Autor charlie Instalace MaNGOS Serveru v prostředí Linux - Autor kupkoid   Chyby a jejich řešení při přihlašování k serveru - Autor Cybe   Zálohování uživatelských dat   Dávkový soubor (BAT soubor) pro vytvoření SQL záloh - Autor Replik   Kompilování - tvoření vlastních release (revizí)   Tvorba kompilací pro Win32 (MangoScript) - Autor bLuma   Ostatní - těžko zařaditelné, ale neznamená to, že nejsou dobré   VIP Systém - Autor charlie Tvorba Webových stránek pro MaNGOS - Autor zahuba Tvorba teleportačních NPC (MangoScript) - Autor Replik Registrační web (původně předělaná SPORA) Funkční pro Antrix i MaNGOS - Autor Replik Nastavení a spuštění Minimanager pro MaNGOS - Autor BlackMartin Nastavení MaNGOS Website - Autor Artorius   Samozřejmě jsou zde i jiné návody, ale tyto jsou nejvíce používané, proto věřím, že vám budou nápomocné. Tuto sekci budeme upravovat podle potřeby. Pokud by jste něco nenašli nebo si nevěděli rady, hledejte na fóru a teprve potom založte vlastní topik. Pokud nějaký autor vytvoří kvalitní návod a chtěl by ho zveřejnit i v tomto seznamu, doporučuji, aby mi napsal zprávu skrze PM.   Díky a přeji hezký den na WoWResource   Replik
    • Aristo

      Příspěvky tam, kde nemají co dělat

      Dodržujte zákaz přispívání do topiků s repaky pokud si to zakladatelé nepřejí!! Opakované psaní příspěvků bude trestáno warnem.
    • Aristo

      Používání spoilerů

      Poslední dobou má většina uživatelů fora zvláštní nutkání postovat extrémně dlouhé texty nebo kódy, které zabírají v nejedenom případu i 80% obsahu celé stránky a hodně tak zvedají nepřehlednost v topiku. Chtěl bych všechny uživatele požádat, aby při postování citací, jakýchkoliv kódů, errorů, atp... delších než 30 řádků používali funkci spoileru.   Funkci vyvoláte příkazem [spoiler] text [/spoiler]   Ukázka:  
Sign in to follow this  
Zelenybrko

umíte opravit tuhle chybu?

Recommended Posts

Zdravím, prosím vás stáhnul sem si Quice a chtěl sem si udělat Quest... něco sem tam splácal tohle mi vyšlo

 

 

 

DELETE FROM `creature_questrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_questrelation` WHERE `quest` = 966001;

UPDATE `item_template` SET `StartQuest`=0 WHERE `StartQuest` = 966001;

INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry` = 999003;

DELETE FROM `creature_involvedrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 966001;

INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`=999003;

DELETE FROM `quest_start_scripts` WHERE `id`=0;

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, '', 1482.25, -4417.32, 26.67, 0.12);

DELETE FROM `quest_end_scripts` WHERE `id`=0;

INSERT INTO `quest_end_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, '', 1482.25, -4417.32, 26.67, 0.12);

REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES (966001, 2, 0, 1, 80, 0, 1791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

 

 

po uložení do sql souboru, sem to skusil nahrát do SQLyog/ mangos ... ale vyskočila mě tato chyba :(

 

 

Error occured at:2011-03-23 15:46:56

Line no.:12

Error Code: 1364 - Field 'comments' doesn't have a default value

 

Query:

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, '', 1482.25, -4417.32, 26.67, 0.12)

 

 

chápete to? dá se to nějak udělat? :( moc bych chtěl umět dělat questy... :( používám Mangos revize 11242

Share this post


Link to post
Share on other sites

Daj si miesto

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, '', 1482.25, -4417.32, 26.67, 0.12);

Toto

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);

 

Síce ja robím questy priamo v DB ale malo by to ísť .

Edited by rasty888
  • Upvote 1

Share this post


Link to post
Share on other sites

tak teď to vyhazuje tohle

Error occured at:2011-03-23 16:19:16

Line no.:12

Error Code: 1364 - Field 'comments' doesn't have a default value

 

Query:

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12)

Share this post


Link to post
Share on other sites

tak teď to vyhazuje tohle

 

 

Sry no ale mne ide to čo som ti poslal ako 1 ...

Skús si dať miesto . daj , v tých súradniciach v tom SQL nevidím žiadnu chybu ..

Edited by rasty888

Share this post


Link to post
Share on other sites

Sry no ale mne ide to čo som ti poslal ako 1 ...

Skús si dať miesto . daj , v tých súradniciach v tom SQL nevidím žiadnu chybu ..

 

tak další chyba :D teď to píše něco o tom že " počet sloupcu neodpovida na radku 1 nebo co..

 

Column count doesn't match value count at row 1

 

po napsání těch čárek místo teček...

a když už sme u toho nemáš ňákej návod jak dělat q primo v db? :(

Share this post


Link to post
Share on other sites

Tak skúsim ti tu napísať stručne ako na to .. ale bude to na TC / mangos je skoro úplne rovnaký

 

 

Takže :

 

1. Otvor si Quest_template

2. Do ID si daj ID questu Method daj 0 ZoneOrShord 0 SkillOrClassMask 0 MinLevel,MaxLevel,QuestLevel podľa seba Od Type až do QuestFlag 0 a na SpecialFlag daj 1 ak chceš daili Quest ak nie daj 0 potom po SrcSpell daj 0 a Title daj Meno Questu Detail az po ObjectiveText4 Texty podľa seba ReqItemID ak chceš aby na splnenie Q bolo potreba nejaký item daj tam ID ReqItemCount koľko krát ten item bude potrebovať ReqCreatureOrGoID ak chceš aby musel zabiť NPC daj tam ID toho NPC ReqCreatureOrGoIdCount koľko krát ho musí zabiť ReqSpellCast bude musieť vycastiť spell aby mu dalo quest complete / RewChoiceItemID bude mať na výber aký item si chce vziať RewChoiceItemIDCount Koľko krát mu ho dá RewItemID Dá mu item hneď po odovzdaní questu RewItemIDCount koľko krát mu ho dá RewFactionId ID reputace Count to vieš nie ? potom daj všade all 0 až po CompleteScript tam dáš ID s quest_end_scripts WDB 11403 na daili 12340 na normál Quest

3. Daj ENTER a mal by byť quest complete

 

 

Na základný quest by ti to malo stačiť ak chceš návod na tele quest atď daj skype :D

Edited by rasty888
  • Upvote 1

Share this post


Link to post
Share on other sites

tak problém s nahratím už je vyřešen... ale teď je problém že ten Quest vezmu a odevzdám ale on mě neportne :( nevíte kde je chyba?

tohle smá bejt ten q na portováni do orgrimmaru

 

 

DELETE FROM `creature_questrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_questrelation` WHERE `quest` = 966001;

UPDATE `item_template` SET `StartQuest`=0 WHERE `StartQuest` = 966001;

INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry` = 999003;

DELETE FROM `creature_involvedrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 966001;

INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`=999003;

DELETE FROM `quest_start_scripts` WHERE `id`=0;

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);

DELETE FROM `quest_end_scripts` WHERE `id`=0;

INSERT INTO `quest_end_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);

REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES (966001, 2, 0, 1, 80, 0, 1791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

 

 

Share this post


Link to post
Share on other sites

`StartScript`, A `CompleteScript` tam napíš ID čo si napísal sem "INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);" a " INSERT INTO `quest_end_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12); " ... takže nastav StartScript na 966001 a CompleteScript na 966001 ...

 

EDIT :

Potom bude vyzerat takto

 

DELETE FROM `creature_questrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_questrelation` WHERE `quest` = 966001;

UPDATE `item_template` SET `StartQuest`=0 WHERE `StartQuest` = 966001;

INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry` = 999003;

DELETE FROM `creature_involvedrelation` WHERE `quest` = 966001;

DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 966001;

INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (999003, 966001);

UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`=999003;

DELETE FROM `quest_start_scripts` WHERE `id`=0;

INSERT INTO `quest_start_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);

DELETE FROM `quest_end_scripts` WHERE `id`=0;

INSERT INTO `quest_end_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES

(966001, 0, 6, 1, 0, 0, 1482.25, -4417.32, 26.67, 0.12);

REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES (966001, 2, 0, 1, 80, 0, 1791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', 'Teleport do Orgrimmaru', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 699001, 699001);

 

Edited by holal123

Share this post


Link to post
Share on other sites

tak to mě taky neportne :( ani mi to ten q nedá... musel sem si ho pridat pres .quest add ... pak sel odevzdat ale neportnul...

némáte návod na tvorbu teleportera?

nebo už teleportera udělanyho na vezri 3.3.5a

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×