affect.add_collect problem

07/02/2013 12:34 MrLibya#1
Hallo All

I Make Quest For affect.add_collect

some item when i use not work and some item work without affect

PHP Code:
        when 71148.use begin
            cmdchat
("buff5")
            
affect.add_collect(apply.RESIST_WARRIOR2060*60)
            
affect.add_collect(apply.RESIST_ASSASSIN2060*60)
            
affect.add_collect(apply.ATT_BONUS_TO_MONSTER3060*60)
            
affect.add_collect(apply.MAX_HP100060*60)
            
affect.add_collect(apply.MAX_SP100060*60)
            
item.remove()
        
end 

This Item When I Use It It's Work But Not Give Me The affect

07/02/2013 14:07 s3lok#2
Natürlich haben Sie am Ende der Datei Fehler

Verwendet werden, so


PHP Code:
quest Testquest begin
    state start begin
when 71148.
use begin
            cmdchat
("buff5")
            
affect.add_collect(apply.RESIST_WARRIOR2060*60)
            
affect.add_collect(apply.RESIST_ASSASSIN2060*60)
            
affect.add_collect(apply.ATT_BONUS_TO_MONSTER3060*60)
            
affect.add_collect(apply.MAX_HP100060*60)
            
affect.add_collect(apply.MAX_SP100060*60)
            
item.remove()
        
end
    end
end 
Test ,
و يمكنك تغيير كود البند لكِ ترا الفرق بين الماضي والآن ,
لتجربة بدال 71148
اكتب 71150
وعن أذنك ,
07/02/2013 16:01 MrLibya#3
NeXoN Help Me And Fix It

Thx
07/02/2013 16:42 Mr.Devo#4
شكرا مستر لبيا منتظرنها في المنظمة

Thanks