Quote:
Originally Posted by Dyson49
1. How do we add an announcement when a staff member connects?
2. How do we remove Chrismas Deco?
3. Ho do we change start positions to class cities and change start level to 10, Job level 10, with 5K JP
EDIT:
4. How to change default items
5. How to change NPC names
6. How to debug the special characters (é, â, ç, ë, etc.)
7. How to debug titles? (They are currently showing as emptystrings)
|
This for Number 2..
USE Arcadia
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_tree'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament01'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament02'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament03'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament04'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration01'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration02'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration06'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration07'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration08'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration09'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_decoration10'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament11_01'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament11_02'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'ccommon_event_rangifer_ornament11_03'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament05'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament06'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament07'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament08'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament09'
UPDATE FieldPropResource
SET local_flag = 1048575
WHERE file_name LIKE 'common_event_rangifer_ornament10'
After trying several tries ...each ending in unmentionable scripting horrors...I have arrived at the conclusion that I am stuck at 3 things...
1: Fixing the masters hammer. (and yes I did try the fix mentioned here:

) (Still...it does not repair the dura in the combining window)
2: Removing the Dandy X-Mas helpers and Cutie X-Mas helpers ( Eeekgad and gadzooks these NPCs just wont go away. (Tried editing dbo.NPCResource and NPC_MerchantEtc.lua)
This is my db query I had hoped of getting rid of these pesky NPCs with this....
USE Arcadia
UPDATE NPCResource
SET local_flag = 1048575
WHERE contact_script = 'NPC_event_Kor_Christmas_contact()'
OR contact_script = 'npc_wonderland_new_event_dandy01()'
OR contact_script = 'npc_wonderland_new_event_gom01()'
OR contact_script = 'npc_wonderland_new_event_pumpkin01()'
OR contact_script = 'npc_wonderland_new_event_baron01()'
OR contact_script = 'npc_wonderland_new_tell_panda()'
OR contact_script = 'npc_wonderland_new_tell_milky()'
It did not work -.-
3: Editing NPCs sellable items. (Yes I know how to use the search buttons...and yes I did read the "guide" on custom NPCs....but let's be honest....for those of us whom are not lua and db savvy ...the "guide" is quite lacking...and I'm not 100% sure it is still compatible...with the 8.1 files I mean. (Perhaps it is....but...idk)
And...it doesn't really tell how to actually EDIT the items....more like a generalized overview of how to create a custom NPC. (There use to be a detailed guide on how to edit NPC items...though it seems to have vanished into the ether...)
So....if anyone still has time to show me/us / all of us ....how to do these things....not only would be greatly appreciated..but also would stop a lot of repetitious posts I believe.
Any consideration would be a huge asset (not only personally...but to us all).
All hail the people that bring these files to life...I am amazed at what you guys are accomplishing. Thank you guys...for all you do.