Changes To Player..

Scanlon21

New Member
Joined
Jul 30, 2015
Messages
24
Hi guys.. Can someone tell me where to poke around to change...

1: Player inventory capacity
2: Spawn resources with specific qualities (not necessarily 1000 across the board but how to change the stats of a resource you can spawn). Example: Steel - Carbonate - 950 oq, 750 sr, 980 ma, etc etc

And also, I finally got a VM Ware image up so NOW I can do all this! Yay!
 

billyblair

New Member
Joined
Oct 3, 2015
Messages
24
To generate a specific res with specific stats
/gmcreatespecificresource radioactive_type4 res_potential_energy,1000 res_quality,1000

To then create a stack of said res
/object createresource <name> 100000

If you then wish to increase stack size to 1m
MMOCoreORB > src > server > zone > objects > resource > ResourceContainer.idl
'public static final int MAXSIZE = 1000000'
 

Scanlon21

New Member
Joined
Jul 30, 2015
Messages
24
Cool - Thank you :)
Do you know how to modify inventory capabilities, like instead of holding 80 items, you can hold like 200?
 

Lasko

Moderator
Staff member
Moderator
Joined
Feb 13, 2012
Messages
295
It's in the tre files somewhere relating to inventory or backpacks..... Think it's in one of the base files can't remember exactly, but TA answered a similar question on the Emu forums quite a while back.

It was possibly either, dev discussion or server ideas.
 

duffstone

Member
Joined
Sep 13, 2013
Messages
188
interesting... even if you were to change it though, would the UI recognize it? I've been able to manipulate SP for years now (250 is never enough for testing), but I've never been able to get the UI to update and show & work with the new totals...

-Duff
 

ketaminko

New Member
Joined
May 14, 2023
Messages
22
My server has no Class 4 liquid petro fuel so I'm trying to do the /gmcreatespecificresource command
Class 4 liquid petro fuel has Decay Resistance/ Potential Energy / Overall Quality

Basically without class 4 liquid petro you cant make doc buffs, so I need to add them to my server or spawn them temporarily.

/gmcreatespecificresource liquid_petro_fuel_type4 res_decay_resistance,542 res_potential_energy,906 res_potential_energy,968 res_quality,1000
I could not find in the MMOCoreORB > src > server > zone > objects > resource > folder the correct list of names for each resource used in-game for a GM to spawn

Also, what is the item generate command to spawn the vet 30k resource deed
 
Last edited:
Top Bottom