Good idea, I'll remember to change it to that.If I may make a suggestion, put the targets name at the top of the window, then change the options to: Chat, Trade, Whisper (or PM).
Use the Pokemon Essentials editor application to edit things like that.hi i downloaded this a while ago and have been trying to make it so that in game you could chnage what the charicter looks like (eg: so u can look like a bug catcher or psycic etc) is this at all posible ive tryide the normal script for rpg maker but it dosent do anything. plz help
As I said, I have exams next month and I don't have the time to work on it right now. During the summer holiday when I'm done with the rewrite I'll get cracking on the PvP system.have you worked out the PvP battle system out yet?
---------------------------
Pokemon Essentials : Online
---------------------------
Exception: NameError
Message: undefined local variable or method `value' for #<PokeBattle_Battler:0x49c91a8>
PokeBattle_Battler:91:in `type1'
PokeBattle_Move:90:in `pbTypeModifier'
PokeBattle_Battler:1125:in `pbSuccessCheck'
PokeBattle_Battler:1212:in `pbProcessNonMultiHitMove'
PokeBattle_Battler:1485:in `pbUseMove'
PokeBattle_Battler:1462:in `loop'
PokeBattle_Battler:1488:in `pbUseMove'
PokeBattle_Battler:1746:in `pbProcessTurn'
PokeBattle_Battler:1745:in `logonerr'
PokeBattle_Battler:1745:in `pbProcessTurn'
This exception was logged in errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
def type1
def type1=value
def type2
def type2=value
Script 'Main' line 47: NoMethodError occurred.
undefined method `main' for #PokeBattle_Scene:<0x45878f0>
Those were purposely edited for the trade system. I shall fix any problems with the battle system in the next version.Hello everyone. I just downloaded Pokemon Essentials Online v0.8 and I noticed 2 things with pokemon battles. The first error is battling any pokemon wild or trainer will produce this error:
[/CODE]I fixed it by editing PokeBattle_Battler line 90 fromtoCode:def type1
and line 95Code:def type1=value
toCode:def type2
I hope that helps anyone with a similar problem.Code:def type2=value