Jump to content

Alchamy problames ( Marty filles - paid not laked filles - )


Go to solution Solved by HattanBinNassar,

Recommended Posts

hey ! ,,

here is my Alchamy.quest by @ TMP4 :

quest dragon_soul_activation begin
	state start begin
		when login or levelup or enter with pc.get_level() >= 30 begin
			set_state(information)
		end
	end
	state information begin
		when letter begin
			send_letter(gameforge.dragon_soul._1010_sendLetter)
			local v = find_npc_by_vnum(20001)
			if 0 != v then
				target.vid("__TARGET__", v, mob_name(20001))
			end
		end
		when 20001.chat." ÊÝÚíá ÇáßíãÇÆí " begin
			target.delete("__TARGET__")
			say(" Êã ÇáÊÝÚíá ")
			ds.give_qualification()
			char_log(pc.get_player_id(), 'DS_QUALIFICATION', 'SUCCESS')
			set_state(__complete)
		end
	end
	state __complete begin
	end
end

what i face is from the client side syserr :
 

0115 23:44:05712 :: Traceback (most recent call last):

0115 23:44:05712 ::   File "game.py", line 735, in BINARY_NEW_AddAffect

0115 23:44:05712 ::   File "game.py", line 1720, in BINARY_DragonSoulGiveQuilification

0115 23:44:05712 ::   File "interfaceModule.py", line 1025, in DragonSoulGiveQuilification

0115 23:44:05712 :: AttributeError
0115 23:44:05712 :: : 
0115 23:44:05712 :: 'NoneType' object has no attribute 'SetToolTipText'
0115 23:44:05712 :: 

and that cost crashes on the client ,,
help will be appreciated

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.