summaryrefslogtreecommitdiff
path: root/npc/other/dts_warper.txt
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20- Removed security check since source level patch is applied. Reverted ↵Lance1-3/+7
select(), created prompt(). modified Changelog-Trunk.txt modified npc/airports/airships.txt modified npc/cities/amatsu.txt modified npc/cities/gonryun.txt modified npc/cities/hugel.txt modified npc/cities/lighthalzen.txt modified npc/cities/niflheim.txt modified npc/cities/valkyrie.txt modified npc/custom/eAAC_Scripts/disguiser.txt modified npc/custom/eAAC_Scripts/quest_warper.txt modified npc/custom/jobs/jobmaster.txt modified npc/events/idul_fitri.txt modified npc/jobs/1-1e/gunslinger.txt modified npc/jobs/1-1e/ninja.txt modified npc/jobs/novice/novice.txt modified npc/merchants/kunai_maker.txt modified npc/merchants/novice_exchange.txt modified npc/merchants/refine.txt modified npc/other/comodo_gambling.txt modified npc/other/dts_warper.txt modified npc/other/marriage.txt modified npc/other/powernpc.txt modified npc/quests/Lvl4_weapon_quest.txt modified npc/quests/gunslinger_quests.txt modified npc/quests/quests_ein.txt modified npc/quests/quests_umbala.txt modified npc/sample/monster_controller.cpp modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give ↵Lance1-7/+3
me a hand or something? :B git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04Many small scripts fixes - tabs, parenthesis, typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02merged from trunk to stable. Fixed item names in 2006 headgear quest, DTS ↵Lupus1-4/+4
warper typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26fixed missing tabs, extra params. thanks to irmin i CAHTEXHuK. fixed warp ↵Lupus1-2/+3
coord of DTS warper. added missing next; to priest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21typo - removed extra (Lupus1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21fixed 2 bugs in DTS.Lupus1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01Tried to remove all duplicates (in default NPCs)toms1-10/+11
( hope nothing is broken ;) ) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-22git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8446 ↵evera1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15Various changes in other/dts_warper.txt:evera1-9/+67
Uses new global var $dtsday to count voting sessions Bug fix for a bug involving both warpers being activated at the same time Need bug testers for these fixes before stable merge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14updated dts_warper.txt to use MISC_QUEST|128 instead of dtseligible,2evera1-8/+14
Added that to garbage cleaning Added garbage cleaning func call to dts_warper.txt (only makes sense) And I did this at 1am, so look for bugs before I merge to stable, and report on forums. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10updated header of dts_warper.txt with newer information and changed header ↵evera1-17/+22
formatting to fit the rest of the npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03fixed zeny bug in dts_warper.txtevera1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15removed global eligibility from dts warpersevera1-12/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Blah, I forgot to update NPC headers again... >_<evera1-1/+1
P.S. r7500 :D git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Forgot to update header on the top of NPC files @_@evera1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Changed requirement for DTS warper to level 60evera1-40/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7501 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04fixed bug in dts warper that votes weren't counted on suundayevera1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16* Commited Silent's Fix to the duplicate NPCsPlaytester1-8/+9
- needs testing - can't be fully fixed because of length limitation of names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30dts_warper.txtevera1-60/+62
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-28DTS warper uses binary values; less variables.evera1-334/+180
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6617 ↵evera1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16fixed dts, changed kafra_pay, kafra_dungeons, and functions_kafraevera1-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6572 ↵evera1-6/+6
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13Wooho.. I'm back. Added dts_warper.txt (DTS Warper NPC)evera1-0/+1079
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6571 54d463be-8e91-2dee-dedb-b68131a5f0ec