Closed CairoLee closed 1 year ago
@itemlist
prontera,150,150,4 script tester 123,{ setarray @inventorylist_id[0],501; debugmes("---"); debugmes(sprintf("@inventorylist_id[0] = %d", @inventorylist_id[0])); getinventorylist(); debugmes(sprintf("getinventorylist 后数组长度: %d", getarraysize(@inventorylist_id))); debugmes(sprintf("getinventorylist 后 @inventorylist_id[0] = %d", @inventorylist_id[0])); end; }
[调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : --- [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : @inventorylist_id[0] = 501 [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : getinventorylist 后数组长度: 0 [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : @inventorylist_id[0] = 0
[调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : --- [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : @inventorylist_id[0] = 501 [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : getinventorylist 后数组长度: 1 [调试]: 脚本诊断 (账号编号: 2000000 | NPC 编号: 110026897) : @inventorylist_id[0] = 501
测试脚本
@itemlist
返回没有道具修正后预期
修正前现状
测试注意