diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-06 14:13:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-06 14:13:52 -0300 |
commit | 652b92c7050915d164cb4ec8576ded81ddc1257d (patch) | |
tree | 47f4795d144de6ba46710c6f0ff0c91d652d698c /npc/003-3 | |
parent | 74812206e5fafeeaf5d873c0cd4a6735d918956f (diff) | |
download | serverdata-652b92c7050915d164cb4ec8576ded81ddc1257d.tar.gz serverdata-652b92c7050915d164cb4ec8576ded81ddc1257d.tar.bz2 serverdata-652b92c7050915d164cb4ec8576ded81ddc1257d.tar.xz serverdata-652b92c7050915d164cb4ec8576ded81ddc1257d.zip |
"Working" prototype. Incomplete.
This is for @Saulc see and understand what I'm doing, and ~~have a heart attack~~
give me a loving comment.
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index acfcf69b5..4a8d77ac2 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -86,6 +86,16 @@ OnInit: $MANA_BLVL=40; $MANA_JLVL=10; } + // Current UPDATE value: Qui Set 06 13:50:37 -03 2018 + if ($UPDATE < 1536252637) { + $UPDATE=1536252637; + debugmes ""; + debugmes "* Clearing invalid (deleted) items"; + debugmes "* Initial Vault Values"; + debugmes ""; + DelItemFromEveryPlayer(802); + $VAULT_01738039=0; + } |