RE: house customize problem
Mordaunt
Thank you for the reply.
My Server version : 0.56c Pre-releases and 0.56d nightly
My Client version :
Classic client : 7.0.49.2
Enhanced client : 4.0.49.2
Coruja
Thank you for the reply.
/scripts/items/sphere_item_building_stairs.scp file was already being used.
And I saw check the contents.
[ITEMDEF 0738]
DEFNAME = i_stairs_wood_2
RESOURCES = 50 i_board
CATEGORY = Buildings - Stairs
SUBSECTION = Wooden Stairs (dark)
DESCRIPTION = Stair
DUPELIST=0739,073a,073b,073c,073d,073e,073f,0740,0741,0742,0743,0744,0745,0746,0747,0748,07b3,07b4,07b5,07b6
[ITEMDEF 0739]
// Wooden stairs (dark)
DUPEITEM = 0738
And, .gm in the off state, and the items are made properly .add 0739.
script also registered in the normally spheretable.scp.
[RESOURCES]
// Sphere.ini and spheretable.scp are automatic.
// All the other scripts we want to load.
scripts / sphere_admin.scp
scripts / sphere_backward_compatibility.scp
scripts / sphere_book.scp
scripts / sphere_defs.scp
scripts / sphere_dialog.scp
scripts / sphere_events_human.scp
scripts / sphere_events_npcs.scp
scripts / sphere_menu.scp
scripts / sphere_name.scp
scripts / sphere_serv_triggers.scp
scripts / sphere_skills.scp
scripts / sphere_skillmenu.scp
scripts / sphere_newb.scp
scripts / sphere_speech.scp
scripts / sphere_types.scp
scripts / items /
scripts / items / multis /
scripts / stones /
scripts / stones / guilds /
scripts / stones / towns /
scripts / npcs /
scripts / speech /
scripts / sphere_spawns.scp
scripts / sphere_spells.scp
Also it produced normally in the .gm off state .add command.
customize to house state only occurs the problem.
In using the .gm gm on state and customize house is operating normally.
Even if you enter any item in the .gm off status customize, it does not create all the code out of the item.
The gm off state does not make anything to customize.
Both destined only item code, the same error occurs.
plevel7 owner shall have the same error also gm off state.
I tried using 0.56d nightly.
But it could not be used with the same error.
(This post was last modified: 05-12-2016 02:00 AM by midikit.)
|