Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides

Emulator Server Guides Guides for working with World of Warcraft Emulator servers. Learn how to create a WoW Server here.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
  #1  
Old 12-11-2008
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 124
Reputation: 26
Points: 1,767, Level: 3
Points: 1,767, Level: 3 Points: 1,767, Level: 3 Points: 1,767, Level: 3
Level up: 53%, 333 Points needed
Level up: 53% Level up: 53% Level up: 53%
Activity: 0.8%
Activity: 0.8% Activity: 0.8% Activity: 0.8%

Legendary 3.0.3 Arcemu Wotlk extras!

This is a guide on how to make an Item teleporter, I take no credit for the item because Edude from the Frosteam made this, how ever i did make the guide. This works with Arcemu 3.0.3 Wotlk, So if it doesn't execute into your db, keep saving it and trying again. More fun stuff to come.


Copy this:
Code:
function Item_Trigger(item, event, player)
  Item_menu(item, player)
 end

 function Item_menu(item, player)
if (player:IsInCombat() == true) then
 player:SendAreaTriggerMessage("You are in combat, sucker")
    else                          
  item:GossipCreateMenu(3543, player, 0)
 local race=player:GetPlayerRace()
if race==1 or race==3 or race==4 or race==7 or race==11 then
  item:GossipMenuAddItem(2, "Alliance Cities", 2, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 6, 0)
  item:GossipSendMenu(player)
    else
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Horde Cities", 3, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 3, 0)
  item:GossipSendMenu(player)
 end
end
end

 function OnSelect(item, event, player, id, intid, code)
if (intid == 2) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Stormwind", 40, 0)
  item:GossipMenuAddItem(2, "Ironforge", 41, 0)
  item:GossipMenuAddItem(2, "Darnassus", 42, 0)
  item:GossipMenuAddItem(2, "The Exodar", 43, 0)
  item:GossipMenuAddItem(2, "[BACK]", 44, 0)
  item:GossipSendMenu(player)
 end
if (intid == 3) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Orgrimmar", 50, 0)
  item:GossipMenuAddItem(2, "Thunder Bluff", 51, 0)
  item:GossipMenuAddItem(2, "Undercity", 52, 0)
  item:GossipMenuAddItem(2, "Silvermoon", 53, 0)
  item:GossipMenuAddItem(2, "[BACK]", 54, 0)
  item:GossipSendMenu(player)
 end
if (intid == 4) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Hellfire Peninsula [58-63]", 61, 0)
  item:GossipMenuAddItem(2, "Zangarmarsh [60-64]", 62, 0)
  item:GossipMenuAddItem(2, "Terokkar Forest [62-65]", 63, 0)
  item:GossipMenuAddItem(2, "Nagrand [64-67]", 64, 0)
  item:GossipMenuAddItem(2, "Blade's Edge Mountains [65-68]", 65, 0)
  item:GossipMenuAddItem(2, "Netherstorm [67-70]", 66, 0)
  item:GossipMenuAddItem(2, "Shadowmoon Valley [67-70]", 67, 0)
  item:GossipMenuAddItem(2, "[BACK]", 123, 0)
 end
if (intid == 5) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Borean Tundra [68-72]", 100, 0)
  item:GossipMenuAddItem(2, "Howling Fjord [68-72]", 150, 0)
  item:GossipMenuAddItem(2, "Dragonblight [71-74]", 200, 0)
  item:GossipMenuAddItem(2, "Grizzly Hills [73-75]", 250, 0)
  item:GossipMenuAddItem(2, "Crystalsong Forest [74-76]", 300, 0)
  item:GossipMenuAddItem(2, "Zul'Drak [74-77]", 350, 0)
  item:GossipMenuAddItem(2, "Sholazar Basin [75-78]", 400, 0)
  item:GossipMenuAddItem(2, "The Storm Peaks [76-80]", 450, 0)
  item:GossipMenuAddItem(2, "Icecrown [77-80]", 500, 0)
  item:GossipMenuAddItem(2, "Wintergrasp [PVP]", 550, 0)
  item:GossipMenuAddItem(2, "[BACK]", 123, 0)
 end
if (intid == 6) then
  player:FullCastSpellOnTarget(16609,player)
 end
if (intid == 40) then
  player:Teleport(0, -8913, 555, 95)
 end
if (intid == 41) then
  player:Teleport(0, -4981, -882, 503)
 end
if (intid == 42) then
  player:Teleport(1, 8796, 969, 31)
 end
if (intid == 43) then
  player:Teleport(530, -4014, -11897, -2)
 end
if (intid == 44) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Alliance Cities", 2, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 6, 0)
  item:GossipSendMenu(player)
 end
if (intid == 50) then
  player:Teleport(1, 1503, -4415, 23)
 end
if (intid == 51) then
  player:Teleport(1, -1285, 177, 131)
 end
if (intid == 52) then
  player:Teleport(0, 1831, 239, 62)
 end
if (intid == 53) then
  player:Teleport(530, 9414, -7279, 15)
 end
if (intid == 54) then
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Horde Cities", 3, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 3, 0)
  item:GossipSendMenu(player)
 end
if (intid == 61) then
  player:Teleport(530, -247, 941, 85)
 end
if (intid == 62) then
  player:Teleport(530, 30, 6983, 150)
 end
if (intid == 63) then
  player:Teleport(530, -1177, 5336, 31)
 end
if (intid == 64) then
  player:Teleport(530, -526, 8440, 48)
 end
if (intid == 65) then
  player:Teleport(530, 1114, 7091, 124)
 end
if (intid == 66) then
  player:Teleport(530, 2281, 2521, 116)
 end
if (intid == 67) then
  player:Teleport(530, -3081, 2567, 63)
 end
if (intid == 100) then
  player:Teleport(571, 3452, 3836, 29)
 end
if (intid == 150) then
  player:Teleport(571, 592, -5095, 6)
 end
if (intid == 200) then
  player:Teleport(571, 3577, 656, 77)
 end
if (intid == 250) then
  player:Teleport(571, 2767, -2889, 64)
 end
if (intid == 300) then
  player:Teleport(571, 5398, -743, 163)
 end
if (intid == 350) then
  player:Teleport(571, 5449, -1442, 248)
 end
if (intit == 400) then
  player:Teleport(571, 6516, 4824, -55)
 end
if (intid == 450) then
  player:Teleport(571, 7343, -927, 910)
 end
if (intid == 500) then
  player:Teleport(571, 6434, 1151, 283)
 end
if (intid == 550) then
  player:Teleport(571, 4717, 2420, 3462)
 end
if (intid == 123) then
  item:GossipCreateMenu(3543, player, 0)
 end
 local race=player:GetPlayerRace()
if race==1 or race==3 or race==4 or race==7 or race==11 then
  item:GossipMenuAddItem(2, "Alliance Cities", 2, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 6, 0)
  item:GossipSendMenu(player)
    else
  item:GossipCreateMenu(3543, player, 0)
  item:GossipMenuAddItem(2, "Horde Cities", 3, 0)
  item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
  item:GossipMenuAddItem(2, "Northrend locations", 5, 0)
  item:GossipMenuAddItem(2, "Buff me", 3, 0)
  item:GossipSendMenu(player)
 end
end



 
RegisterItemGossipEvent(69480,1,"Item_Trigger")
RegisterItemGossipEvent(69480,2,"OnSelect")
and name it Teleporter.lua (Make sure when your saving it you click the drop down menu for files and click All files,
this will ensure it saves as a Lua). Here is a screen shot:

And here is the SQL code, Copy this and save it as SQL once again, use the drop down menu and click all files like in the image above, for example: save it as Teleport.sql:


Code:
INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, range, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ReqDisenchantSkill, unk2) 
VALUES (69480, 15, 0, -1, "Teleporter", "Teleporter", "Teleporter", "Teleporter", 6418, 4, 64, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 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, 33208, 0, 300, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 1, "Made by FrostTeam of MMOwned", 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0);
Once you've done this, Go into your arcemu world.conf and change:


Code:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Scripting Engine Setup
#
#    ArcEmu can support multiple script backends via the means of loading .dll files for them.
#    This section in the config can enable/disable those backends.
#
#    LUA
#         If you would like to enable the LUA scripting backend, enable this.
#         Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<ScriptBackends LUA="0"
                AS="0"> 
To:
Code:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Scripting Engine Setup
#
#    ArcEmu can support multiple script backends via the means of loading .dll files for them.
#    This section in the config can enable/disable those backends.
#
#    LUA
#         If you would like to enable the LUA scripting backend, enable this.
#         Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<ScriptBackends LUA="1"
                AS="0"> 

There you go! Congratulations, You now have an item teleporter, Either restart your server or type .server reloadtable items.

Thanks for reading my guide! please post feedback

Last edited by Caros; 12-15-2008 at 08:08 PM.
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 12-12-2008
Confucius's Avatar
Confucius is offline.
Contributor
  
 
Join Date: Oct 2007
Location: A wonderful world...
Posts: 740
Reputation: 135
Points: 6,479, Level: 8
Points: 6,479, Level: 8 Points: 6,479, Level: 8 Points: 6,479, Level: 8
Level up: 99%, 21 Points needed
Level up: 99% Level up: 99% Level up: 99%
Activity: 39.4%
Activity: 39.4% Activity: 39.4% Activity: 39.4%

Thank you for not taking credit this is from the Arcemu people, Poison and those guys
+rep 2x for bringing here
__________________
Reply With Quote
  #3  
Old 12-13-2008
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 124
Reputation: 26
Points: 1,767, Level: 3
Points: 1,767, Level: 3 Points: 1,767, Level: 3 Points: 1,767, Level: 3
Level up: 53%, 333 Points needed
Level up: 53% Level up: 53% Level up: 53%
Activity: 0.8%
Activity: 0.8% Activity: 0.8% Activity: 0.8%

To be honest, All Edude did was posted the Codes for the Lua and SQL, I made a guide for them and ty for rep
Reply With Quote
  #4  
Old 12-14-2008
Proxes's Avatar
Proxes is offline.
Sergeant Major
  
 
Join Date: Dec 2008
Posts: 151
Nominated 1 Times in 1 Post
Reputation: 21
Points: 1,237, Level: 2
Points: 1,237, Level: 2 Points: 1,237, Level: 2 Points: 1,237, Level: 2
Level up: 68%, 163 Points needed
Level up: 68% Level up: 68% Level up: 68%
Activity: 1.4%
Activity: 1.4% Activity: 1.4% Activity: 1.4%

whats the spawn id?
Reply With Quote
  #5  
Old 12-14-2008
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 124
Reputation: 26
Points: 1,767, Level: 3
Points: 1,767, Level: 3 Points: 1,767, Level: 3 Points: 1,767, Level: 3
Level up: 53%, 333 Points needed
Level up: 53% Level up: 53% Level up: 53%
Activity: 0.8%
Activity: 0.8% Activity: 0.8% Activity: 0.8%

just type .lookup item Teleport
Reply With Quote
  #6  
Old 12-16-2008
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 124
Reputation: 26
Points: 1,767, Level: 3
Points: 1,767, Level: 3 Points: 1,767, Level: 3 Points: 1,767, Level: 3
Level up: 53%, 333 Points needed
Level up: 53% Level up: 53% Level up: 53%
Activity: 0.8%
Activity: 0.8% Activity: 0.8% Activity: 0.8%

well, thx for the feedback -.-
__________________

Those who are of assistance to you.

Reply With Quote
  #7  
Old 12-16-2008
nickobro is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Mar 2008
Posts: 5
Reputation: 1
Nice
thnks
Reply With Quote
  #8  
Old 12-16-2008
nickobro is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Mar 2008
Posts: 5
Reputation: 1
Lol Btw, Where do i put the teleporter.lua file
Reply With Quote
  #9  
Old 12-16-2008
jptodajap's Avatar
jptodajap is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: May 2007
Location: arizona
Posts: 8
Reputation: 1
thanks much
Reply With Quote
  #10  
Old 12-19-2008
dowolf's Avatar
dowolf is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Dec 2007
Location: NC
Posts: 13
Reputation: 1
Points: 591, Level: 1
Points: 591, Level: 1 Points: 591, Level: 1 Points: 591, Level: 1
Level up: 39%, 309 Points needed
Level up: 39% Level up: 39% Level up: 39%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Great guide help clear up a lot of issues.
Reply With Quote
  #11  
Old 12-21-2008
Raidmaxxx is offline.
Corporal
  
 
Join Date: Jun 2007
Posts: 19
Reputation: 6
Points: 671, Level: 1
Points: 671, Level: 1 Points: 671, Level: 1 Points: 671, Level: 1
Level up: 55%, 229 Points needed
Level up: 55% Level up: 55% Level up: 55%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

nice work "D
Reply With Quote
  #12  
Old 12-25-2008
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 124
Reputation: 26
Points: 1,767, Level: 3
Points: 1,767, Level: 3 Points: 1,767, Level: 3 Points: 1,767, Level: 3
Level up: 53%, 333 Points needed
Level up: 53% Level up: 53% Level up: 53%
Activity: 0.8%
Activity: 0.8% Activity: 0.8% Activity: 0.8%

put the teleport.lua file in your scripts folder O.o
__________________

Those who are of assistance to you.

Reply With Quote
  #13  
Old 12-27-2008
kimba987 is offline.
New User
  
 
Join Date: Dec 2008
Posts: 8
Reputation: 3
Good job cool item
Reply With Quote
  #14  
Old 12-27-2008
sasoritail's Avatar
sasoritail is offline.
Contributor
  
 
Join Date: Sep 2008
Location: No(r)way
Posts: 656
Nominated 5 Times in 2 Posts
Reputation: 149
Points: 5,063, Level: 7
Points: 5,063, Level: 7 Points: 5,063, Level: 7 Points: 5,063, Level: 7
Level up: 63%, 337 Points needed
Level up: 63% Level up: 63% Level up: 63%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Can any1 help me? i get this error in arcemu-world.exe:

ArcScriptMiscScripts.dll : 0x003E0000 : version mismatch!
ArcScriptQuestScripts.dll : 0x01E20000 : version mismatch!
ExtraScripts.dll : 0x02760000 : version mismatch!
GossipScripts.dll : 0x01E20000 : version mismatch!
InstanceScripts.dll : 0x285A000 : version mismatch!
LUAScripting.dll : 0x02760000 : version mismatch!
ServerStatusPlugin.dll : 0x02760000 : version mismatch!
SpellHandlers.dll : 0x002A0000 : version mismatch!

PLZ HELP ME! I dont know what's the problem. So if any1 could be so kind and help me then i would be grateful.
Reply With Quote
  #15  
Old 12-27-2008
daveds's Avatar
daveds is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Dec 2008
Posts: 12
Reputation: 1
Doesn't work.. did everything but When i lookup the item i can't find it....
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -4. The time now is 02:36 AM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524