• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Making Teleporter ( Video Tutorial in arabic )

Junior Spellweaver
Joined
Nov 1, 2013
Messages
144
Reaction score
36
first of all i am beginner developer and i learned all of this from Spatti88 Tutorial
so most of the credit goes o him
--------------------------------------------------
i saw a lot of egyptian ~ arab people who couldn't understand some tutorials
and edit some things so i made this hopefully that it help someone
-------------------------------------------------
in this tutorial am going to show you how to make teleporter for vod~ d1 ~d2 etc
and how to edit thing in the lines
<strong><em><span style="color:#ff0000;"> and here is screen shot of the teleporter in game

shot_2014_5_4_000 - Making Teleporter ( Video Tutorial in arabic ) - RaGEZONE Forums
if you got problem just send me private message or add me

here is the needed lines
----------------------------------------
----------------------------------------------------------------------------------
bla bla.dat file lines (e.pk )
-----------------------------------
(filechk file_ver (country_type ENG) (filename s901142))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 350) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)


( frame ( font 12 )


( line "[Teleporter name]")
( line "")
( line "")
( link ( text "[Teleport to Floor 2]") (param send quest 35009 1 ))
( link ( text "[Teleport to Floor 3]") (param send quest 35010 1 ))
( link ( text "[Teleport to Floor 4]") (param send quest 35011 1 ))
( link ( text "[Teleport to Floor 5]") (param send quest 35012 1 ))
( link ( text "[Teleport to Floor 6]") (param send quest 35013 1 ))
( link ( text "[Teleport to Floor 7]") (param send quest 35014 1 ))
( link ( text "[Teleport to Floor 8]") (param send quest 35015 1 ))
( link ( text "[Teleport to Floor 9]") (param send quest 35016 1 ))
( line "")
( line "")
( link close ( text "[end]" ))
)


------------------------------------------------------------------------
quest.txt ( server side ) lines
----------------------------------------------------
;desert east
(quest (index 8521 1)
(case (if (item (31 1000)))
(then (item (out 31 1000)) (teleport 0 217371 20815)))
(case (then (html 999988)))
)


just copy it and edit it if you have more then 1 place
----------------------------------------------------------------------------------
InitNpc ( server side ) lines
----------------------------------------
(gennpc (index 2012) (country 2) (kind 0) (shape 3) (html 000000) (map 0) (xy 267436 243161 19630) (dir 267451 243142))
------------------------------------------------------------------------------
message-e ( config.pk ) npc line
------------------------------
(npcname 2012 "npc name")
----------------------------------------------------------

 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Feb 8, 2012
Messages
439
Reaction score
867
I support Tutorials and Tutorial Videos are nice, but your video seems to be private, i cannot even watch it with proxytube.
And maybe you shouldnt write RED, BOLD and ITALIC always, thats a little bit overkill and hard to read, how about another Font (everything except Comic Sans MS), just an suggestion.
 
Junior Spellweaver
Joined
Nov 1, 2013
Messages
144
Reaction score
36
I support Tutorials and Tutorial Videos are nice, but your video seems to be private, i cannot even watch it with proxytube.
And maybe you shouldnt write RED, BOLD and ITALIC always, thats a little bit overkill and hard to read, how about another Font (everything except Comic Sans MS), just an suggestion.
thanks madknight i'll take that in mind i thought it's easier to read in this way but ok
about the video it's not private at all it's for every one but i made it in arabic since a lot of arab
people friends ~ RZ members seems a bit bad in english so i made it in arabic that's all and even who can't speak arabic can watch the way i added ~ edited lines too
again thanks :)
---------
edit
-------
i got the private thing wrong i made it public now
 
Last edited:
Newbie Spellweaver
Joined
Jun 30, 2007
Messages
76
Reaction score
74
Shiref6, I'm glad that someone make tutorials nowadays and Video tuts too. But I tried to wath video via smartphone and like madknight said, it's private and I can't watch it to. Maby to watch video on Your YouTube channel we need to be friends or something. Please check video settings in YouTube or change it to public.

Greate that someone sharing his way trought the kalonline development in this days.

Keep good work to community. We are the community, and we should remember that.
 
Junior Spellweaver
Joined
Nov 1, 2013
Messages
144
Reaction score
36
i checked and it was private , so i am sorry that's my bad
 
Back
Top