-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after NextGen update #4
Comments
or step me how to get the error |
I got similar error as sunnydelete: To get the error message, you have to actually log into the game, and start to attack a mob, I tested it out on the T3 bams on Island of Dawn. And actually get your hp and mp to a point where autopot supposed to kick in. Neither MP or HP activates. Once you tab out you will see the error above sunnydelete posted. As for myself. Don't know if this helps any but this the info at load up of Caali's Proxy on my computer. [update] Proxy self-update started (Branch: master) |
i just remove contract check for this time and should be not have error |
this problem should be fixed now |
I still have the problem. I downloaded new tera-data, tera-game-state and tried auto-updating but it doesn't work still. I'm unsure if it has tot do with opcodes, C:\tera-proxy\node_modules\tera-data\protocol\S_PLAYER_STAT_UPDATE.10.def or something else. I don't know how to replicate this error unless I send you my proxy. Also, I don't know if this matters but I'm in the NA region. The error changed slightly: |
fixed again should be not error :/ |
Hi again Fukki, I deleted original auto-pot-master folder [update] Proxy self-update started (Branch: master) |
i just confused why you still not error |
node -v Using the version that came as part of the setup.exe of caali's proxy installation. All the other modules like autoheal and stuff seem to work fine with no errors. |
removed contract check |
works perfectly now, no error messages Don't know if it helps any, but before Caali did the last couple of updates, the setup.exe file said something about NA not having all the map codes anymore since it got brought back from the ban, so had to install as EU then manually change it to NA. Didn't really understand what it was on about, but could be they not implemented everything that is there on the other servers like gameforge etc. But I removed everything and re-installed with each new update to make sure everything was updated, so maybe Caali' could shine a light on the problem in their discord channel. Thanks again for getting it working for us on NA, much appreciated :) |
error: Cannot read property 'active' of undefined
at Object.AutoPOT.mod.hook.e [as callback] (C:\tera-proxy\mods\autopot\index.js:81:174)
[dispatch] handle: error running hook for S_PLAYER_STAT_UPDATE<10>
hook: (anonymous) in autopot
data: { hp: 170725n,
mp: 2630n,
unk1: 0,
maxHp: 170725n,
maxMp: 3633,
power: 50,
endurance: 35,
impactFactor: 40,
balanceFactor: 70,
runSpeed: 105,
walkSpeed: 50,
attackSpeed: 100,
critRate: 50,
critResist: 75,
critPower: 2,
attack: 117648,
attack2: 117648,
defense: 70691,
impact: 29289,
balance: 58712,
resistWeakening: 45,
resistPeriodic: 45,
resistStun: 45,
powerBonus: 156,
enduranceBonus: 126,
impactFactorBonus: 0,
balanceFactorBonus: 20,
runSpeedBonus: 114,
walkSpeedBonus: 0,
attackSpeedBonus: 33,
critRateBonus: 296,
critResistBonus: 220,
critPowerBonus: 0.07999992370605469,
attackBonus: 122353,
attack2Bonus: 122353,
defenseBonus: 104789,
impactBonus: 0,
balanceBonus: 16775,
resistWeakeningBonus: 0,
resistPeriodicBonus: 0,
resistStunBonus: 0,
level1: 65,
inCombat: false,
unk5: 16777216,
hpBonus: 0,
mpBonus: 0,
condition: 120,
contitionMax: 120,
stamina: 2000,
staminaMax: 1500,
staminaBonus: 500,
infamy: 0,
itemLevelInventory: 458,
itemLevel: 458,
edge: 0,
unk7: 0,
unk8: 65472,
unk9: 0,
unk10: 0,
level2: 65,
flightEnergy: 1000,
unk13: 0,
unk14: 1,
fireEdge: 0,
iceEdge: 0,
lightningEdge: 0 }
The text was updated successfully, but these errors were encountered: