Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Delete Microtransaction Entry

Newbie Spellweaver
Joined
Aug 5, 2015
Messages
6
Reaction score
0
Hi guys,

Loving the server so far, got mine up and running today and am learning about it still.

Question- I am going through one of the Microtransaction additions to the account server, I have been able to add a product, but I messed up on the Name I gave it. Is it possible to delete one of these entries (or modify)? As you see in the screenshot I can't modify this. (As you see I wanted to use PRD-STO-M-SV-F2P-InventorySlots12 instead)

Capture.PNG - Delete Microtransaction Entry - RaGEZONE Forums

In addition- I found a ':8090/productDelete' function which returns an access is denied error, was hoping to be able to push this manually through the interface but perhaps I'm not authenticated enough?

Some assistance would be appreciated! Thx!
 

Attachments

You must be registered for see attachments list
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
In addition- I found a ':8090/productDelete' function which returns an access is denied error, was hoping to be able to push this manually through the interface but perhaps I'm not authenticated enough?

Rewrite the function, its missing a portion as well as the permission issue
 
Newbie Spellweaver
Joined
Aug 5, 2015
Messages
6
Reaction score
0
Okay thanks for the help, I managed to [finally figure out how to] manually edit the data I needed through the ObjectDB web interface.

Another curious question, throughout the forums I found this:

Can Mass import and export products via the 'Test Server'
Run test server through MasterControlProgram
Navigate to: http://127.0.0.1:8281/main
Run scripts
Choose product import/export
Edit global variables:
I wanted to do this so I enabled the 'Test Server' option in the MCP and went to start it but it crashes instantly:

-- No ErrorTracker ID Yet --


File: components\MemTrack.c
Line: 1408
Expression: (((curr)->guardband) == (0x5D379DF5 & 255)) && (((U32)(curr)->data[size] | ((U32)(curr)->data[size + 1] << 8)) == (0x5D379DF5 & 65535))




0 SYSTEM_ERROR 487 at Launcher.exe!006d7fe1() (0,17dce74,0,2800)
Line: --- (0)
Module: Launcher.exe
1 SYSTEM_ERROR 487 at Launcher.exe!0070c6d4() (0,12cf040,0,0)
Line: --- (0)
Module: Launcher.exe
2 SYSTEM_ERROR 487 at Launcher.exe!004cbfcb() (0,6621778,0,1)
Line: --- (0)
Module: Launcher.exe
3 SYSTEM_ERROR 487 at Launcher.exe!004cc6a2() (0,662177c,0,1)
Line: --- (0)
Module: Launcher.exe
4 SYSTEM_ERROR 487 at Launcher.exe!00724958() (0,146f7d8,0,662177c)
Line: --- (0)
Module: Launcher.exe
5 SYSTEM_ERROR 487 at Launcher.exe!006ed2d9() (0,146f7d8,0,662177c)
Line: --- (0)
Module: Launcher.exe
6 SYSTEM_ERROR 487 at Launcher.exe!00375487() (0,3271b90,0,22)
Line: --- (0)
Module: Launcher.exe
7 SYSTEM_ERROR 487 at Launcher.exe!00374fc3() (0,3271b90,0,22)
Line: --- (0)
Module: Launcher.exe
8 SYSTEM_ERROR 487 at Launcher.exe!0042459c() (0,3271b90,0,22)
Line: --- (0)
Module: Launcher.exe
9 SYSTEM_ERROR 487 at Launcher.exe!005d26a5() (0,416,0,d56261f5)
Line: --- (0)
Module: Launcher.exe
10 SYSTEM_ERROR 487 at Launcher.exe!005d30cd() (0,8222ac8,0,54)
Line: --- (0)
Module: Launcher.exe
11 SYSTEM_ERROR 487 at Launcher.exe!005c7285() (0,66d797c,0,54)
Line: --- (0)
Module: Launcher.exe
12 SYSTEM_ERROR 487 at Launcher.exe!005d303f() (0,66d797c,0,ffffffff)
Line: --- (0)
Module: Launcher.exe
13 SYSTEM_ERROR 487 at Launcher.exe!005c49e0() (0,66d797c,0,ffffffff)
Line: --- (0)
Module: Launcher.exe
14 SYSTEM_ERROR 487 at Launcher.exe!005c520c() (0,66d797c,0,12be218)
Line: --- (0)
Module: Launcher.exe
15 SYSTEM_ERROR 487 at Launcher.exe!00424d0d() (0,17dfcac,0,17dfcb0)
Line: --- (0)
Module: Launcher.exe
16 SYSTEM_ERROR 487 at Launcher.exe!0084b77e() (0,87bb5555,ffffffff,c08f9c)
Line: --- (0)
Module: Launcher.exe
17 SYSTEM_ERROR 487 at Launcher.exe!00374463() (0,45,0,32f17d8)
Line: --- (0)
Module: Launcher.exe
18 SYSTEM_ERROR 487 at Launcher.exe!0088d3e9() (0,17dfe80,0,75547c04)
Line: --- (0)
Module: Launcher.exe
19 SYSTEM_ERROR 487 at Launcher.exe!0088d2af() (0,7f3cf000,0,75547be0)
Line: --- (0)
Module: Launcher.exe
20 BaseThreadInitThunk (7f3cf000,0,15959dfd,0)
Line: --- (0)
Module: KERNEL32.DLL
21 RtlInitializeExceptionChain (ffffffff,ffffffff,7742024a,0)
Line: --- (0)
Module: ntdll.dll
22 RtlInitializeExceptionChain (c08f9c,0,7f3cf000,0)
Line: --- (0)
Module: ntdll.dll




Extra Info:
CPU: 2328 Mhz (8/8 cores) / RAM: 12287 MBs (9789 free) / Video Card: Unknown / Driver Ver: UnknownVendor / OS Ver: 6.2.9200 / VidMem: 128 MBs / D3D11: Unknown
Acceptable video card driver


Heap is NOT corrupted
No windows SYSTEM error code found.
Assertion failed


Program: C:\Cryptic\tools\bin\Launcher.exe
SVN Revision: 0
Time: Thu Aug 06 02:26:31 PM
Process ID: 2208

Is there any way to use this bulk import easily enough? I'm running the Flyer8472 repack from the releases thread.

Thanks in advance.
 
Back
Top