Jump to content

Recommended Posts

  • Premium

Hi there,

 

How can i see ammount of exp gain by kill one moob?  i need to test something but i cant find that function.

 

ex:

quest exp_info begin
    state start begin
        when 101.kill begin
        
            chat("exp: u kill 101mob and he give u "..pc.get_exp().."")   ----  i wanna see the exp he give to me and this way i get total.

                       
        end
    end
end

if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium
6 hours ago, נσνα said:

Actually TEST_SERVER might enable lots of other features ingame...
So if you want just the exp part , you can edit just its function.

 

How?

in test_server mode, it work... but i will like to make by quest. But i dont know how.

if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • 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.