MuzTank / 3ceam

3ceam
0 stars 0 forks source link

Error with Poison Bottle(apparently fixed on 449) #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. It's also going on in 449
2.
3.

What is the expected output? What do you see instead?
The Poison Bottle should kill any job that use the item except Assassin Cross 
and Guillotine Cross jobs, but it doesn't

What version of the product are you using? On what operating system?
449 linux

Please provide any additional information below.
{ if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross_T) { sc_start 
SC_DPoison,60000,0; sc_start SC_ASPDPOTION2,60000,0; } else percentheal 
-100,-100; },{},{}

Here's my poison bottle script, if you can help me i would be really grateful

Original issue reported on code.google.com by UzumakiG...@gmail.com on 26 Jul 2010 at 5:14

GoogleCodeExporter commented 8 years ago

Original comment by xazax.hun on 10 Jun 2011 at 6:06