openkore icon indicating copy to clipboard operation
openkore copied to clipboard

Is there a Command to deal guild storage?

Open hubertyang88 opened this issue 4 years ago • 12 comments

------------------ 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:

hubertyang88 avatar Nov 15 '20 02:11 hubertyang88

nope, guild storage was never implemented in openkore. if i'm not wrong only storage log is supported

alisonrag avatar Nov 15 '20 02:11 alisonrag

I see

hubertyang88 avatar Nov 15 '20 10:11 hubertyang88

don't these commands work? https://openkore.com/wiki/Storage

ya4ept avatar Nov 15 '20 11:11 ya4ept

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

ya4ept avatar Nov 15 '20 12:11 ya4ept

they use a workaround in emulator to make this work, guild storage have exclusive packets

alisonrag avatar Nov 15 '20 14:11 alisonrag

@hubertyang88 we need a test account

ya4ept avatar Nov 18 '20 07:11 ya4ept

sorry for the slow reply , I am quite busy lately , I will send an email to [email protected] about test account

hubertyang88 avatar Nov 21 '20 14:11 hubertyang88

@hubertyang88 its http://ro.qiquanwl.com/download/game/default.html ???

ya4ept avatar Nov 22 '20 20:11 ya4ept

E1 09 04 00 01 00 00 00

'09E1' => ['storage_item_add', 'a2 V', [qw(ID amount)]],

ya4ept avatar Nov 23 '20 08:11 ya4ept

I need to add this to ServerType0.pm? I will try

hubertyang88 avatar Nov 23 '20 08:11 hubertyang88

no, there are many packages to check

ya4ept avatar Nov 23 '20 08:11 ya4ept

Does this feature work now?

oa0405ao avatar Jul 15 '22 02:07 oa0405ao