openkore
openkore copied to clipboard
Is there a Command to deal guild storage?
------------------ Openkore Issues Template ------------------
- Openkore version git:
- Server: all
- Bug Report / Feature Request: By using cmd talknpc, bot can open guild storage , but can't add item to it .Is there a Command to deal guild storage? I Searched commands.pm , but can't find any .
- Summary:
nope, guild storage was never implemented in openkore. if i'm not wrong only storage log is supported
I see
don't these commands work? https://openkore.com/wiki/Storage
RMS test:
c @gstorage
Guild storage opened.
storage
-------------------- Storage ---------------------
-- Usable --
1 Зеленое зелье x 90
2 Крылья мухи x 44
3 Корм питомцев x 50
-- Equipment --
-- Non-Usable --
0 Империум x 1
Capacity: 4/600
--------------------------------------------------
storage add 0 1
Storage Item Added: Unknown #321 (4) x 1 - Usable Special
Inventory Item Removed: Unknown #321 (0) x 1
storage get 1 10
Item added to inventory: Зеленое зелье (16) x 10 - Usable Heal
Storage Item Removed: Зеленое зелье (1) x 10
storage
-------------------- Storage ---------------------
-- Usable --
1 Зеленое зелье x 80
2 Крылья мухи x 44
3 Корм питомцев x 50
4 Unknown #321 x 1
-- Equipment --
-- Non-Usable --
0 Империум x 1
Capacity: 5/600
--------------------------------------------------
storage close
Storage closed.
Storage logged
they use a workaround in emulator to make this work, guild storage have exclusive packets
@hubertyang88 we need a test account
sorry for the slow reply , I am quite busy lately , I will send an email to [email protected] about test account
@hubertyang88 its http://ro.qiquanwl.com/download/game/default.html ???
E1 09 04 00 01 00 00 00
'09E1' => ['storage_item_add', 'a2 V', [qw(ID amount)]],
I need to add this to ServerType0.pm? I will try
no, there are many packages to check
Does this feature work now?