Please help text on the screen stays

05/28/2016 21:21 lamer1998a#1
[Only registered and activated users can see links. Click Here To Register...]
Please help text on the screen stays
05/28/2016 22:33 UnluckyPadan#2
I think you miss a "end" at the end of your quest.

Kind regards,
UnluckyPadan
05/29/2016 09:21 aabbcc9933#3
Thins is happend for more quests,not for only one ! same problem there..
06/03/2016 09:35 aabbcc9933#4
upp?
06/04/2016 11:41 aabbcc9933#5
upp
06/06/2016 21:12 aabbcc9933#6
upp
06/07/2016 15:48 humanforu#7
paste the quest which contains that text so we find out the problem
06/10/2016 07:56 aabbcc9933#8
There is not just a quest..more quest have this problem,not just one.



quest mesaj_bun_venit begin
** *state start begin
** *** *when login begin
** *** *** *-- Text informations | Start
** *** *** *local hostname = "SkyMetin2" -- Sets the servername*
** *** *** *-- Text informations | End
** *** *** *
** *** *** *-- Equipment settings | Start
** *** *** *local lvl = 1 -- Sets player level
** *** *** *local hkp = 8000 -- Sets alignment count
** *** *** *-- Equipment settings | End
** *** *** *
** *** *** *local name = pc.get_name()
** *** *** *
** *** *** *if pc.getqf("basic_weapon") == 0 then
say_size(350, 100)
addimage ( - 85 , - 90 , "001.tga" )*
say_red ( "[ENTER][ENTER]" )
say_red ( "Bun venit, "..pc.get_name ()..".")
say_red ( "Acesta este un server privat de Metin2," )
say_red ( "PVM. Aici vă asteaptă o multime de")
say_red ( "aventuri alături de alti jucători care preferă " )
say_red ( "mai multă actiune in lumea metinului." )
say_red ( "Împreună, cu ajutorul vostru, al jucătorilor, cât" )
say_red ( "si al echipei vrem să construim o comunitate" )
say_red ( "cât se poate de dezvoltată din toate punctele" )
say_red ( "de vedere.")
say_red ( "[ENTER][ENTER]" )
addimage ( - 85 , - 90 , "001.tga" )*
** *** *** *** *if pc.get_job() == 0 then -- Warrior
** *** *** *** *** *pc.give_item2("19")
** *** *** *** *** *pc.give_item2("11209")** *
** *** *** *** *** *pc.give_item2("12209")
** *** *** *** *** *notice_all(name.." (Războinic) este nou pe "..hostname)
** *** *** *** *elseif pc.get_job() == 1 then -- Assassin
** *** *** *** *** *pc.give_item2("1009")
** *** *** *** *** *pc.give_item2("2009")
** *** *** *** *** *pc.give_item2("11409")
** *** *** *** *** *pc.give_item2("12349")
** *** *** *** *** *pc.give_item2("8000",200)
** *** *** *** *** *notice_all(name.." (Ninja) este nou pe "..hostname)
** *** *** *** *elseif pc.get_job() == 2 then -- Sura
** *** *** *** *** *pc.give_item2("19")
** *** *** *** *** *pc.give_item2("11609")
** *** *** *** *** *pc.give_item2("12489")
** *** *** *** *** *notice_all(name.." (Sura) este nou pe "..hostname)
** *** *** *** *elseif pc.get_job() == 3 then -- Mage
** *** *** *** *** *pc.give_item2("5009")
** *** *** *** *** *pc.give_item2("7009")
** *** *** *** *** *pc.give_item2("11809")
** *** *** *** *** *pc.give_item2("12629")
** *** *** *** *** *
** *** *** *** *** *notice_all(name.." (Saman) este nou pe "..hostname)
** *** *** *** *end
** *** *** *** *while pc.get_level() < lvl do
** *** *** *** *** *pc.give_exp2(pc.get_next_exp())
** *** *** *** *end
** *** *** *** *horse.advance()
** *** *** *** *horse.ride()
** *** *** *** *pc.give_item2("13009")
** *** *** *** *pc.give_item2("14009")
** *** *** *** *pc.give_item2("15009")
** *** *** *** *pc.give_item2("16009")
** *** *** *** *pc.give_item2("17009")
** *** *** *** *pc.give_item2("50051")
** *** *** *** *pc.give_item2("50187")
** *** *** *** *pc.changealignment(hkp)
** *** *** *** *pc.setqf("basic_weapon",1)
** *** *** *else
** *** *** *** *chat("Bun venit "..name)
** *** *** *end
** *** *end
** *end
end
06/10/2016 08:56 mrapc#9
Have you tried another client?

Seems like something is wrong with the questmodul in the Client then or are there quests that work fine?

Try to play with the code like:
why aren't the pics showing up, remove line:
addimage ( - 85 , - 90 , "001.tga" )

etc.
06/10/2016 12:08 aabbcc9933#10
Quote:
Originally Posted by mrapc View Post
Have you tried another client?

Seems like something is wrong with the questmodul in the Client then or are there quests that work fine?

Try to play with the code like:
why aren't the pics showing up, remove line:
addimage ( - 85 , - 90 , "001.tga" )

etc.
This is not from addimage ( - 85 , - 90 , "001.tga" ) , or another quest with images,caz another quest with out images gives some error,this is random error for every quest..
06/18/2016 09:14 aabbcc9933#11
upp?