SoliaRdi / auto-fishing

auto-fishing mod for tera proxy. (ABANDONED, not working since p92)
0 stars 0 forks source link

Dont sell fishes since last maintenance #251

Closed Zakhaev31 closed 5 years ago

Zakhaev31 commented 5 years ago

since the last maintenance, u need new op codes A update almost all codes, the problem is u can fish, fish and dismantles. But when it comes the option to sell fishes to npc its stuck.

i trigger the op code C_STORE_SELL_ADD_BASKET putting manually fishes to basket, to get the code The problem is the module open the basket, put only 1 fish and then stuck. I have 0 errors of op codes missing, So idk if is the op code problem, or something else

i update all this op codes and its working unless sellfishtonpc

S_FISHING_BITE S_START_FISHING_MINIGAME S_FISHING_CATCH S_RP_ADD_ITEM_TO_DECOMPOSITION_CONTRACT C_START_FISHING_MINIGAME C_END_FISHING_MINIGAME C_RQ_ADD_ITEM_TO_DECOMPOSITION_CONTRACT C_STORE_COMMIT C_STORE_SELL_ADD_BASKET

Zakhaev31 commented 5 years ago

well problem solved.

the problem was, in the log's never said me the code S_STORE_BASKET is missing Now i put the new one and its works