Jump to content

Pot fix - ring tradeable - chestplace - please help


Recommended Posts

  • Premium

Hey!

 

Can someone of you help me to fix some buggs:
1. How i can do, that vio/green pots cant activate if already one is activated?

2. Can't put Itemshop ring's pets etc. (Halfmondring,..) in Shops. (Flag,Antiflag = 0)

3. How can i dot that people can't open chests when only 3 inverntory places free (4 inventory pages)

 

Sorry for bad english guys!

Hope someone of you could help me.. i googled as ****

 

Nice Regards,

Fabio

Link to comment
Share on other sites

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

 

1. How i can do, that vio/green pots cant activate if already one is activated?

2. Can't put Itemshop ring's pets etc. (Halfmondring,..) in Shops. (Flag,Antiflag = 0)

3. How can i dot that people can't open chests when only 3 inverntory places free (4 inventory pages)

 

1. if you do that players may bug those and they will be kicked or visual bugs may appear (especially at ninja with daggers) (eg: green pot bugged 10 times at 140 normal attack speed will produce 280 attack speed)

2. you can create another item like a box, and add a quest on it to choose what they want from there

3. if by "chest" you mean to say "safebox" then you can do it by edit safebox quest like:

if pc.get_empty_inventory_count() >= 3 then
	game.open_safebox()
else
	say_title("You can' do that!")
	say("")
	say("")
	say("You need to have at least 3 Inventory slots empty!")
end
Link to comment
Share on other sites

  • Premium

 

 

1. How i can do, that vio/green pots cant activate if already one is activated?

2. Can't put Itemshop ring's pets etc. (Halfmondring,..) in Shops. (Flag,Antiflag = 0)

3. How can i dot that people can't open chests when only 3 inverntory places free (4 inventory pages)

 

1. if you do that players may bug those and they will be kicked or visual bugs may appear (especially at ninja with daggers) (eg: green pot bugged 10 times at 140 normal attack speed will produce 280 attack speed)

2. you can create another item like a box, and add a quest on it to choose what they want from there

3. if by "chest" you mean to say "safebox" then you can do it by edit safebox quest like:

if pc.get_empty_inventory_count() >= 3 then
	game.open_safebox()
else
	say_title("You can' do that!")
	say("")
	say("")
	say("You need to have at least 3 Inventory slots empty!")
end

Cant you maybe help me to compile this?

Im noob ._.

 

My skype is:fabiopoelzl46

 

Thx & nice regards

Link to comment
Share on other sites

1. How i can do, that vio/green pots cant activate if already one is activated?

2. Can't put Itemshop ring's pets etc. (Halfmondring,..) in Shops. (Flag,Antiflag = 0)

3. How can i dot that people can't open chests when only 3 inverntory places free (4 inventory pages)

 

 

quest truhen_zero begin 

    state start begin
        when 50187.use begin
if pc.get_empty_inventory_count() >= 5 then
pc.give_item2(76021, 1) --RoterAutopot(k)
pc.give_item2(76021, 1) --RoterAutopot(k)
pc.give_item2(76021, 1) --RoterAutopot(k)
pc.give_item2(76021, 1) --RoterAutopot(k)
pc.give_item2(76021, 1) --RoterAutopot(k)
else
syschat("Du hast nicht genügend freie Plätze im Inventar")
end
        end 
    end 
end 
 
 

 

Antiflag: 32768, Flag: 8192 Wearflag: 128

 

Auch wenn du mich beleidigst, scheiße labberst, helfe ich dir. Ich weiß sowieso das aus deinem Projekt nichts wird.  :D

 

Link to comment
Share on other sites

  • Premium

I think the board language is english no german.

i never took offensive language against you... and i dont talk shit.

Your just a 16 year old kids which gets aggresiv if something dont work after 5 minutes.

I buyed a Warp-ring from you and you dont finished to ring/quest as you said.

Some days later you wanted that i buy all your files or you wont finish the ring

I dont understand why you write lies here in the board :huh:

 

Everyone who want the skype dialog between us -> pn

 

Strange that i asked you some weeks before about this & you dont wanted to help

 

Antiflag: 32768, Flag: 8192 Wearflag: 128 - dont work ;)

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

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.