johnlol

scripts_custom

Aug 9th, 2023
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 20.44 KB | Gaming | 0 0
  1. // --------------------------------------------------------------
  2. // -                       Custom Scripts                       -
  3. // --------------------------------------------------------------
  4. //      All the custom scripts, remove the '//' to enable...    
  5. //      Place your scripts here!
  6.  
  7. //npc: npc/location/to/script.txt
  8.  
  9. // ----------------------- Basic Scripts -----------------------
  10. //npc: npc/custom/warper.txt
  11. //npc: npc/custom/jobmaster.txt
  12. npc: npc/custom/platinum_skills.txt
  13. //npc: npc/custom/healer.txt
  14. npc: npc/custom/breeder.txt
  15. //npc: npc/custom/card_seller.txt
  16. //npc: npc/custom/itemmall.txt
  17. //npc: npc/custom/stylist.txt
  18. //npc: npc/custom/resetnpc.txt
  19. npc: npc/custom/card_remover.txt
  20. npc: npc/custom/item_signer.txt
  21. npc: npc/custom/woe_controller.txt
  22.  
  23. // ----------------------- Other Scripts -----------------------
  24. // -- Private MVP & Branch Room
  25. npc: npc/custom/etc/mvp_room.txt
  26. // -- MVP Arena
  27. //npc: npc/custom/etc/mvp_arena.txt
  28. // -- Penal Servitude (Jails Quest)
  29. //npc: npc/custom/etc/penal_servitude.txt
  30. // -- Banks
  31. //npc: npc/custom/etc/bank_kafra.txt
  32. //npc: npc/custom/etc/bank.txt
  33. // -- Lottery (very flexible)
  34. //npc: npc/custom/etc/lottery.txt
  35. // -- Stock Market (Play on it, earn money, very flexible)
  36. //npc: npc/custom/etc/stock_market.txt
  37. // -- Russian Roulette + Rock Scissors Paper (warning! contains OBB/OVB/OCA/etc. prizes!)
  38. //npc: npc/custom/etc/rpsroulette.txt
  39. // -- Black Jack
  40. //npc: npc/custom/etc/blackjack.txt
  41. // -- Hire ninja squads to assassinate an enemy!
  42. //npc: npc/custom/etc/shifty_assassin.txt
  43. // -- Train your monsters to fight against other players' monsters
  44. //npc: npc/custom/etc/monster_arena.txt
  45. // -- Raceway mini-game
  46. //npc: npc/custom/etc/morroc_raceway.txt
  47. // -- Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server
  48. //npc: npc/custom/etc/floating_rates.txt
  49. // -- Wedding script that supports same-sex marriages
  50. //npc: npc/custom/etc/marriage.txt
  51. // -- Warper that works only after locations are unlocked
  52. //npc: npc/custom/etc/quest_warper.txt
  53. // -- Auto-Potion command
  54. npc: npc/custom/etc/autopot.txt
  55.  
  56. // ----------------------- Quest Scripts -----------------------
  57. // -- Dynamic Quest Scripts
  58. //npc: npc/custom/quests/hunting_missions.txt
  59. //npc: npc/custom/quests/quest_shop.txt
  60. //npc: npc/custom/quests/questboard.txt
  61. // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop)
  62. //npc: npc/custom/quests/thq/THQS_ChattingNPC.txt
  63. //npc: npc/custom/quests/thq/THQS_GuildNPC.txt
  64. //npc: npc/custom/quests/thq/THQS_QuestNPC.txt
  65. //npc: npc/custom/quests/thq/THQS_Quests.txt
  66. //npc: npc/custom/quests/thq/THQS_TTShop.txt
  67. // -- Equipment Quests
  68. //npc: npc/custom/quests/elvenear.txt
  69. //npc: npc/custom/quests/sunglasses.txt
  70. //npc: npc/custom/quests/bandit_beard.txt
  71. //npc: npc/custom/quests/event_6_new_hats.txt
  72. //npc: npc/custom/quests/may_hats.txt
  73. //npc: npc/custom/quests/kings_items.txt
  74. // -- Misc Item Quests
  75. //npc: npc/custom/quests/dead_branch.txt
  76. //npc: npc/custom/quests/berzebub.txt
  77. //npc: npc/custom/quests/jewel_case.txt
  78. // -- Godly Equipment Quests (be careful!)
  79. //npc: npc/custom/quests/valhallen.txt
  80. //npc: npc/custom/quests/kaho_balmung.txt
  81. //npc: npc/custom/quests/kahohorn.txt
  82.  
  83. // ----------------------- Event Scripts -----------------------
  84. // -- Mini-Game Events
  85. //npc: npc/custom/events/cluckers.txt
  86. //npc: npc/custom/events/devil_square.txt
  87. //npc: npc/custom/events/disguise.txt
  88. npc: npc/custom/events/mushroom_event.txt
  89. //npc: npc/custom/events/mvp_ladder.txt
  90. // -- Holiday Events
  91. //npc: npc/custom/events/holiday/xmas_rings_event.txt
  92. //npc: npc/custom/events/holiday/valentinesdayexp.txt
  93. //npc: npc/custom/events/holiday/hallow06.txt
  94. //npc: npc/custom/events/holiday/uneasy_cemetery.txt
  95.  
  96. // -------------------- Battleround Scripts --------------------
  97. // -- Custom Battleground Scripts
  98. //npc: npc/custom/battleground/bg_emp.txt
  99. //npc: npc/custom/battleground/bg_pvp.txt
  100. // -- Unofficial Battlegrounds (custom version of official scripts)
  101. //npc: npc/custom/battleground/unofficial/bg_common.txt
  102. //npc: npc/custom/battleground/unofficial/bg_tierra_01.txt
  103. //npc: npc/custom/battleground/unofficial/bg_tierra_02.txt
  104. //npc: npc/custom/battleground/unofficial/bg_flavius_01.txt
  105. //npc: npc/custom/battleground/unofficial/bg_flavius_02.txt
  106. //npc: npc/custom/battleground/unofficial/bg_kvm01.txt
  107. //npc: npc/custom/battleground/unofficial/bg_kvm02.txt
  108. //npc: npc/custom/battleground/unofficial/bg_kvm03.txt
  109.  
  110. // --------------------- Unofficial Scripts --------------------
  111. // -- Unofficial Airplane script
  112. //npc: npc/custom/etc/airplane.txt
  113. // -- Thanatos Tower Statues Quest
  114. //npc: npc/custom/quests/tha_statues.txt
  115. // -- Custom quests from official Umbalian Quests
  116. //npc: npc/custom/quests/sphinx_mask.txt
  117. //npc: npc/custom/quests/umbalian_language.txt
  118.  
  119. // --------------------- AdobeRO Scripts --------------------
  120. //npc: npc/custom/Super Convex Mirror.txt
  121. //npc: npc/custom/soul linker 2.txt
  122. //npc: npc/custom/VIP Room.txt          //teleporta para area ontem tem muitos itens! necessario: 7859
  123. //npc: npc/custom/MVP Rangking System.txt
  124. //npc: npc/custom/VIP System Register.txt
  125. //npc: npc/custom/Antibot new.txt
  126. //npc: npc/custom/Test Attack.txt
  127. //npc: npc/custom/Practice.txt
  128. //npc: npc/custom/Punching Bag.txt
  129. //npc: npc/custom/perfect_refine.txt
  130. //npc: npc/custom/Skull4Ygg.txt
  131. //npc: npc/custom/Resetador Estilo MU.txt
  132. //npc: npc/custom/Auto Resete.txt
  133. //npc: npc/custom/GM NPC.txt
  134. //npc: npc/custom/Cash Convert V3.txt
  135. //npc: npc/custom/Card Remover2.txt
  136. //npc: npc/custom/Battle_RefinerV3.txt
  137. //npc: npc/custom/mob_inva.txt
  138. //npc: npc/custom/mystic_enchanter.txt
  139. //npc: npc/custom/costume_enchant.txt
  140. //npc: npc/custom/Hairstyle NPC.txt
  141. //npc: npc/custom/mystic_enchanter_no_ropt.txt
  142. //npc: npc/custom/MonsterSlaughter.txt
  143. //npc: npc/custom/adv_dummy.txt         //Erro
  144. //npc: npc/custom/servertime.txt
  145. //npc: npc/custom/FarmZone.txt
  146. //npc: npc/custom/bombring-event.txt
  147. //npc: npc/custom/Mystical Fountain.txt         //Buff em Area
  148. //npc: npc/custom/Message Moving.txt
  149. //npc: npc/custom/Territory Buffs.txt           //ganha buff por ter castelo em prontera...
  150. //npc: npc/custom/devil_square_t1.txt
  151. //npc: npc/custom/PvP_System.txt            //ganha cash e perder cash 1.. mapa especifico
  152. //npc: npc/custom/Refiner Transfer.txt
  153. //npc: npc/custom/Ranking PvP Mooka.txt
  154. //npc: npc/custom/HeartBeat.txt
  155. //npc: npc/custom/ItemRevive.txt
  156. //npc: npc/custom/stats seller v2.txt
  157. //npc: npc/custom/warp to leader.txt
  158. //npc: npc/custom/@pvp on_off_die drop equip.txt
  159. //npc: npc/custom/Online Users Count.txt
  160. //npc: npc/custom/PVP Room.txt
  161. //npc: npc/custom/Simple PVP warper.txt
  162. //npc: npc/custom/instantjob.txt
  163. //npc: npc/custom/Item_soullink.txt
  164. //npc: npc/custom/PlayerOnline.txt
  165. //npc: npc/custom/OnlinePlayers.txt
  166. //npc: npc/custom/Potion Creation.txt
  167. //npc: npc/custom/Vending NPC.txt
  168. //npc: npc/custom/Weapon Shop.txt
  169. //npc: npc/custom/auto shop.txt         //@shop
  170. //npc: npc/custom/BeWan_WOE_Controller.txt
  171. //npc: npc/custom/In-game Item Descriptions Script.txt
  172. //npc: npc/custom/Countdown Mini-Game Script.txt
  173. //npc: npc/custom/BOT POLICE.txt
  174. //npc: npc/custom/Bot Checker.txt
  175. //npc: npc/custom/TradeDropSystem.txt
  176. //npc: npc/custom/Effect Loop.txt
  177. //npc: npc/custom/Jobchanger eA-Jobsystem.txt
  178. //npc: npc/custom/Lottery Scratch Tickets.txt
  179. //npc: npc/custom/TCG Bank.txt
  180. //npc: npc/custom/Garota Negociante.txt         //Reset MU //E Bom!
  181. //npc: npc/custom/AntiBot.txt       //Funciona!
  182. //npc: npc/custom/anti-bot.txt
  183. //npc: npc/custom/Resetadora MU.txt
  184. //npc: npc/custom/WhosOnline.txt
  185. //npc: npc/custom/MVP_vs_MVP.txt
  186. //npc: npc/custom/MVPBet.txt
  187. //npc: npc/custom/AutoFunEvent.txt
  188. //npc: npc/custom/aBOy - Walking healer and - Athena.txt
  189. //npc: npc/custom/AutoFunEvent vv.txt           //Hmm
  190. //npc: npc/custom/HC-Vip System.txt         //Bom
  191. //npc: npc/custom/Blacksmith Custom1.txt            //Bom
  192. //npc: npc/custom/Healer Area.txt           //Buff em Area
  193. //npc: npc/custom/vipbuff.txt
  194. //npc: npc/custom/StatSeller.txt
  195. //npc: npc/custom/stat seller with limitv2.txt
  196. //npc: npc/custom/Full Chemical Protection.txt
  197. //npc: npc/custom/AutoBuffKill.txt          //ERRO
  198. //npc: npc/custom/DailyLoginRewards.txt
  199. //npc: npc/custom/pvphealBuff.txt
  200.  
  201. //**********************************************
  202. // --------------------- Char --------------------
  203. npc: npc/custom/All Skill.txt           //Sala Vip / Libera Todas as Skill / Tem que Esta JOB 70!
  204. //npc: npc/custom/IG_CP.txt
  205. npc: npc/custom/Sexchange NPC.txt           //Sala Vip / Troca Sexo / Funfando!
  206. //npc: npc/custom/Change_sex.txt            //Sala Vip / Troca Sexo
  207. npc: npc/custom/ChangeName.txt          //Sala Vip / Troca Nome
  208. npc: npc/custom/Skill Point Seller.txt          //Bom!  //Sala Vip //Voce Pode Comprar pontos de Skill
  209. //npc: npc/custom/Stat Point Seller.txt         //Bom!  //Sala Vip //Voce Pode Comprar pontos de Stats
  210. npc: npc/custom/Status Point Seller.txt         //Bom!  //Sala Vip //Voce Pode Comprar pontos de Stats
  211. npc: npc/custom/Soul Link Scrolls.txt           //Bom! ID#12199 <- Ao Usar Voce Ganha Buff: Soul_Linker
  212. npc: npc/custom/Lotti_Girl.txt          //Sala Vip //Random Item //Precisa de 1 Lotti Ticket 7528
  213. npc: npc/custom/Hatmaker.txt            //Quest Com Muitos HAT's //Sala VIP
  214. //npc: npc/custom/Build Manager.txt
  215. npc: npc/custom/Warp Senha.txt          //Senha: foN
  216. npc: npc/custom/Level UP.txt            //Sala Vip //Click Lvl & Job + 1
  217. npc: npc/custom/Friend Warper.txt           //Sala Vip //Teleporta Para um Amigo! (Tem Que Esta Online e na FriendList)
  218. npc: npc/custom/Zeny to Cash.txt            //Sala Vip //Troca zeny por cash!
  219. npc: npc/custom/RandomOptionDealer.txt          //Sala Vip //
  220. npc: npc/custom/AtCMD_ItemOption.txt            //@itemoption   //Bom Pakas!!!
  221. npc: npc/custom/@Buff.txt           //Use @buff  //Somente Groupid 99 ou 5
  222. npc: npc/custom/Guild_Master.txt            //Sala Vip  //Permite Trocar o Dono da Guild..
  223. npc: npc/custom/Guild Buffer.txt            //Bom! //Compre Buffs para sua Guild!
  224. npc: npc/custom/Master Craftsman.txt            //Bom!  //Sala Vip //Escolha Atributos para por em seus Equips
  225. npc: npc/custom/Shop.txt            //Sala Vip
  226. npc: npc/custom/Shopp Time.txt          //Sala Vip
  227. npc: npc/custom/Buffer Sala Vip.txt         //Sala Vip //Buff ue!
  228. npc: npc/custom/Alice Potion Makers.txt     //So Serve Pra Class Creador/Alquimista! Criar Porções!
  229. npc: npc/custom/Dicehack.txt        //Use @dice+NumeroQueDeseja ate 6 nea! =P
  230. npc: npc/custom/Blacksmith Custom.txt           //Muito Bom! //Da Item Necessario para o Refine Aumenta a Chance de Sucesso!
  231. npc: npc/custom/Skull Collector.txt         //Skull do PvP / Skull 1 = 2 Cash //Sala Vip
  232.  
  233. //**********************************************
  234. // --------------------- Server --------------------
  235. npc: npc/custom/Server Time.txt         //Relogio
  236. npc: npc/custom/WaitingRoom Moving.txt          //Letreiro: Welcome to AdobeRO //Animado!!
  237. //npc: npc/custom/MvP Drop Coin.txt         //Dropa Coin ao Matar MVP! Com "x"%
  238. npc: npc/custom/MVP_Drop.txt            //Dropa um Tipo de Coin/Com "x"% ao Matar MVP!
  239. npc: npc/custom/@CheckPoints.txt            //Use @checkpoints ou ao Logar Ele Ja Mosta Seus CashPoints!
  240. npc: npc/custom/MVP Check.txt           //Lista de MVP! Que Esta Vivo!
  241. npc: npc/custom/Reparadora.txt          //Repara Itens ue =P
  242. npc: npc/custom/Resetadora.txt          //Ah MelhoR!!! //Tem Reset Stilo MU
  243. npc: npc/custom/Shopping.txt            //Prontera
  244. npc: npc/custom/Coin Exchanger.txt          //Zeny Por Bag!! Vice Verso!!!
  245. npc: npc/custom/Skull.txt           //Comprar Skull por 8k! Que Voce Ganha ao Matar no PVP!
  246. npc: npc/custom/Lotti Gurl.txt          //Loots Aleatorios em Prontera 20k
  247. //npc: npc/custom/Anti-Bot v 1.1.txt            //AntiboT ow!! =P
  248. npc: npc/custom/Battle Refine.txt           //Bom //Refine Seu Equipment's ao Matar Mobs! //Auto!
  249. npc: npc/custom/Vending Helper.txt          //Sala de Venda para Mercador Skill! Portal Esta em Prontera! Veja o Scrip!
  250. npc: npc/custom/Zodiac.txt          //Quest de Hat's dos Zodiacos(Signo) a Cada Mes~
  251. npc: npc/custom/Encantador de Arma.txt          //Encanta Arma
  252. npc: npc/custom/Encantador de Armadura.txt          //Encanta Armadura
  253. npc: npc/custom/Identifier.txt          //Indentifica itens! =P
  254. npc: npc/custom/Auto Settings.txt           //Auto Comando ao Logar.. Use: @settings
  255. npc: npc/custom/Jobmaster 19.txt            //Jobchange! Precissa de Zeny e Item Para Evoluir de Class!
  256. //npc: npc/custom/gold_room_pvp.txt
  257. //npc: npc/custom/Player_vs_Mob.txt
  258. //npc: npc/custom/lms_event.txt
  259. npc: npc/custom/Item_Mall-All_New_Items.txt         //Sala de Itens! //Teleporta Para Area Ontem Tem Muitos Itens! Necessario: ID#7859
  260. npc: npc/custom/GMLoginAnnounce.txt         //GM Login && Admin Login Announcement
  261. //npc: npc/custom/Mission Board.txt
  262. npc: npc/custom/TCG Banker2.txt         //Bom! Guarda Seus TCG Card! xD
  263. npc: npc/custom/DailyReward_v2.txt          //Ganha Itens por Cada Dia que logar!
  264. npc: npc/custom/Devil Square M.txt          //Deveil Square ue! =P
  265. npc: npc/custom/ROTD v3.txt         //Random Raça/Exp+Item //Bonus Diario
  266. npc: npc/custom/Training.txt            //Teste Seu Dano! //Norte de Prontera!
  267. npc: npc/custom/Guild Infos.txt         //Mostra Informaçao Sobra a Guild
  268. npc: npc/custom/Sala_De_Suporte.txt         //Sala de Suporte ue =P
  269. npc: npc/custom/Advance Stylist.txt         //Tocar Stilo do Personagem!! Cabelo/Cor/Etc
  270. npc: npc/custom/StalkerNpc.txt          //Da Skill Para: Stalke Class!!
  271. npc: npc/custom/Super Broadcaster.txt           //Anuncie por: x Zeny / y Cash / z Item
  272. npc: npc/custom/MVP Ladder.txt          //Mate MVP! para Entrar no Rank e Coletar Itens no Final da Semana!
  273. npc: npc/custom/Kafra Suprema.txt           //Salve/Teleport Woe/Teleporte Cidades
  274. npc: npc/custom/Rewards NPC 1.6.txt         //GM da Recompença a Player/Party/Guild ~ Tem Que Ir Ate NPC!
  275. npc: npc/custom/Rewarder GM.txt         //Da Itens a Usuario.. Tem Que Ir no NPC Pegar!
  276. //npc: npc/custom/clone.txt         //Clona PlayerOnline //All Server
  277. //npc: npc/custom/Character Deletion on Death Script.txt            //Deleta o Char ao morrer!
  278. //npc: npc/custom/Update All Items To 0 Weight.txt          //Deixar Todos os Itens Com Peso 0 (zero)
  279. //npc: npc/custom/Full Chemical Protection01.txt            //Full Chemical Protection //1 Glistening Coat + Zeny
  280. npc: npc/custom/Pet Master Shop.txt         //Tudo-Em-Um Pet Shop (Pet Master)
  281. npc: npc/custom/Master Potion Brewer.txt            //Criador de Porção Em Geral! ex: EDP.. Acid.. Poção de Cura
  282. npc: npc/custom/AutoPickEvent.txt           //Sortea player Aleatorio (- quando esta em venda) com 100 TGC // OnClock2100:
  283. npc: npc/custom/@Restock.txt            //use: @restock para comprar porção! ex: @restock hp2  = 500 Light White Potion por 600z
  284. npc: npc/custom/RefineFunc Ticket.txt           //Para usar com Ticket's de Refinamento //Leia o Arquivo
  285. npc: npc/custom/F_RefineSystem.txt          //Refine Clicando em : Oridecon/Elunium/Phracon/Emveretarcon
  286. //npc: npc/custom/WeaponMastery.txt         //À medida que você treina usando um tipo de arma específico, você obtém buffs passivos, dependendo de quanto você usou esse tipo Existem cinco tipos de Ataque, Rapidez, Proteção, Alcance e Místico
  287. npc: npc/custom/Cheffenia.txt           //Chefenia //Bossnia
  288. npc: npc/custom/Login CMD.txt           //Permitir que um jogador escolha quais comandos serão ativados automaticamente ao login
  289.  
  290. //**********************************************
  291. // --------------------- PVP --------------------
  292. //npc: npc/custom/PVP_Warper_Ver1.0.txt         //PVP Sem Rangking
  293. npc: npc/custom/PVP Ranking with Reset.txt          //PVP Com Ranking + Reset Pelo GM
  294. npc: npc/custom/PvP Exit.txt            //Npc Para Sair do PVP (1 Skull Para Sair)
  295. npc: npc/custom/PVP Cash Points.txt         //Ganha Cash de 1 a 4
  296. npc: npc/custom/PVP Cash Points Penalty.txt         //Perde 1 a 5 Cash ao MorreR
  297. npc: npc/custom/Kill to be Buffed.txt           //Ganha Buff Aleatoria ao Matar no PvP + 10% HP/SP
  298. npc: npc/custom/A Poem of Bragi.txt         //PVP Buff de Bard Area 7x7 (NORTE)
  299. npc: npc/custom/Assassin Cross of Sunset.txt        //PVP Buff de Bard Area 7x7 (OESTE)
  300. npc: npc/custom/The Apple of Idun.txt       //PVP Buff de Bard Area 7x7 (SUL)
  301. npc: npc/custom/A Whistle.txt       //PVP Buff de Bard Area 7x7 (LESTE)
  302. //npc: npc/custom/Invulnerable Siegfried.txt        //PVP Buff de Bard Area 7x7 (CENTRO)
  303. //npc: npc/custom/Gospel.txt            //Desbuff Gospel Area 7x7
  304. npc: npc/custom/StormGust PVP.txt           //Npc Conjura StormGust no Centro do PvP (FreeForAll)
  305. npc: npc/custom/Duel.txt            //1x Apostando Zeny (BET)
  306. npc: npc/custom/Auto_Resu_PVP.txt           //Revive ao Morrer no PvP
  307. npc: npc/custom/Narrator PvP.txt            //Sala de Suporte
  308. npc: npc/custom/GVG Arena RWC.txt           //Tenho que Testar =P
  309. npc: npc/custom/PVP_Wager.txt           //Use: @wager Para Chamar Para 1x // Aposta Minima: 5 PoringCoin ID#7539 / 50.000 Zeny
  310. //npc: npc/custom/Bardola.txt           //Testeando
  311. npc: npc/custom/PVP_Skull_Inventory.txt         //Ganha Skull Quando Mata no PvP...(Skull Vai Direto P/ o Inventorio) Desativar: //01_emulator\rathena\conf\battle\player.conf / bone_drop: 0
  312. npc: npc/custom/Party 3vs3 Party.txt            //Party Vs. Party Necessita De 3 Na Party!
  313. //npc: npc/custom/KilltoBuffed.txt          //Ganha Buff Aleatoria ao Matar No PvP + 10% HP/SP
  314.  
  315. //**********************************************
  316. // --------------------- TEST --------------------
  317. //npc: npc/custom/landprotector.txt
  318. //npc: npc/custom/Costumes NPCs.txt
  319. //npc: npc/custom/testtesttest.txt
  320. //npc: npc/custom/Magic Man.txt
  321. //npc: npc/custom/ab_cmd.txt            //@ab  Rate* Hp/Sp 100%
  322. //npc: npc/custom/hateffect.txt
  323. //npc: npc/custom/HD_controle_npc.txt
  324. //npc: npc/custom/Sala de GM.txt
  325. //npc: npc/custom/HD_manutencao.txt
  326. //npc: npc/custom/worldboss.txt
  327. //npc: npc/custom/WorldBoss01.txt
  328. //npc: npc/custom/Random_Mvp_Drop.txt           //Ganha Item de Forma Aleatoria ao Matar MVP!
  329. //npc: npc/custom/Bet.txt
  330. //npc: npc/custom/Duel Gambling.txt
  331. //npc: npc/custom/pvpresu.txt
  332. //npc: npc/custom/Cash and Zeny Ladder.txt
  333. //npc: npc/custom/World Boss.txt
  334. //npc: npc/custom/wBoss.txt
  335. //npc: npc/custom/CardRemover.txt           //Remove Carta! Equipmento Que Esta no Inventorio
  336. //npc: npc/custom/hateffect001.txt
  337. //npc: npc/custom/World Boss Event.txt
  338. //npc: npc/custom/World BossZ.txt
  339. //npc: npc/custom/JailSystem.txt            //Pagar Fiança //Quando um Jogador For Preso//Use @bail ou Converse Com NPC!
  340. //npc: npc/custom/Automated GvG Event.txt
  341. //npc: npc/custom/Vip System.txt
  342. //npc: npc/custom/PartyVsParty_0.2r.txt         //Não testei parece ser bom! @startmatch
  343. //npc: npc/custom/Restock PT-BR.txt         //Voce compra algum(ns) item(ns) e salva o(s) item(ns) comprado(s) / Fale com o npc e ele Re-abastece o item comprado. (o ruim e que nao combra o zeny gastado anteriormente)
  344. //npc: npc/custom/Market NPC.txt            //ERRO
  345. //npc: npc/custom/PVP ladder script with dota announcement.txt
  346. //npc: npc/custom/Stats Mistress.txt            //Erro Disconect SERVER!
  347. npc: npc/custom/AdobeROShopp.txt            //Esta na Sala de Suporte /Em Test!!!
  348. npc: npc/custom/STP-SKP_Seller.txt          //Sala de Suport
  349. npc: npc/custom/Perfect Refiner.txt         //Sala de Suport
  350. npc: npc/custom/Tool Dealer.txt         //Sala de Suport
  351. npc: npc/custom/Mall Npc.txt            //Sala de Suport
  352. npc: npc/custom/GMPrize.txt         //Sala de Suporte //Envia Itens ao Jogador.. Somente "OnLine"
  353. //npc: npc/custom/walking npc.txt           //Npc cachorro que fica andano na cidade(prontera)
  354. //npc: npc/custom/Doppelganger 2.2.txt          //Salve Build!
  355. //npc: npc/custom/Utility - GM Rewarder - Shop Based 1.1.txt            //Repitido!
  356. //npc: npc/custom/Job Swapper.txt           //Troca a Class (Pago) 1 TGC 7227
  357. //npc: npc/custom/Class Mastery System.txt          //Tendi nada mas vale apena ver como funciona...
  358. //npc: npc/custom/Job Swapper Job Changer.txt           //Erro
  359. //npc: npc/custom/Class Swapper.txt         //Troca a Class (Free)
  360. //npc: npc/custom/Class Swapper Job Swapper.txt         //Troca a Class (Pago) 35 TGC 7227
  361. //npc: npc/custom/Npc_Custom_Mall.txt           //Muitos Npc de Itens//Muitos Erros Tambem!!!
  362. //npc: npc/custom/NPC RefinePlus.txt
  363. //npc: npc/custom/WhoisCommand.txt          //so mostra quem esta "on" @whois "NomeDoJogador"
  364. //npc: npc/custom/Auto-Potion.txt           //Erro
  365. //npc: npc/custom/MapReward.txt         //@giveitem <itemid> <amount> <area|map|all> //whisper PM = npc:itemall Chat = all#511#3
  366. //npc: npc/custom/Get Map Player List.txt           //(lista todos do map onde o GM esta)whisper PM = npc:ijnoo Chat = prontera 511 3 //todos de prontera ganharam item:511 quantidade:3
  367. npc: npc/custom/Give Item Player.txt            //@reward aldebaran 522 30 //todos de aldebaran ganharam item:522 quantidade:30
  368. //npc: npc/custom/SaveCMD.txt           //Auto Comando ao Logar.. Use: @savecmd
  369. //npc: npc/custom/PunchingBag.txt           //Testados de Dano
  370. //npc: npc/custom/Advance Punching Bag.txt          //Testados de Dano (Bom)(errinho bobo mais funciona!)
  371. //npc: npc/custom/@Elemento.txt         //Preguiça de ajeitar!
  372. npc: npc/custom/Warp_1.5.txt            //Warp Melhorado!
  373. //npc: npc/custom/.txt
  374. //npc: npc/custom/.txt
  375. //npc: npc/custom/.txt
  376. //npc: npc/custom/.txt
  377. //npc: npc/custom/.txt
  378. //npc: npc/custom/.txt
  379. //npc: npc/custom/.txt
  380. //npc: npc/custom/.txt
  381. //npc: npc/custom/.txt
  382. //npc: npc/custom/.txt
  383. //npc: npc/custom/.txt
  384. //npc: npc/custom/.txt
  385. //npc: npc/custom/.txt
  386. //npc: npc/custom/.txt
  387. //npc: npc/custom/.txt
  388. //npc: npc/custom/.txt
  389. //npc: npc/custom/.txt
  390. //npc: npc/custom/.txt
  391. //npc: npc/custom/.txt
Add Comment
Please, Sign In to add comment