Quote:
Originally Posted by sapir619
Try to change the count to 0 then compress(N:game.ela_count:0).
|
cant make it to 0 , need to launch .lua files for NPC's /others
Quote:
Originally Posted by ThunderNikk
x,y values are the NPC coordinates and those go in the database in the arcadia.dbo.NPCResource for the NPC that you want in that position. Be careful you do not move one that is supposed to be somewhere else doing something else.
Make sure that their local_flag setting in the arcadia.dbo.NPCResource is 1 or the NPC will not show up.
I don't even think you have to create a new NPC rdb for the client because I never have.
I released everything you need to know about my custom NPC which is a conglomeration of work from members of Stars and me fixing the stuff they did that I did not like.
You should take some time to read up on it and learn from it.
You can find all of the information in the release thread here...
Read all of the information given.
This is a post you may also find useful...it is the encrypted.ela name to the standard .lua name conversion table...

|
Greetings,
The "Abomination girl" NPC -> located in horizon does not have any function, she doesn't even show me anything!
It's like she's standing there off her own doing nothing.
The question is by locating her The "Abomination girl" in the "position command" and finding the (X.Y) , as soon as i did finding her location -> Posted it in the dbo.NPCRescourse, also changed the script and make the flag set to 1 so it would show up like u said!
- But still no sign of the new NPC nor the The "Abomination girl" NPC changed something, can i even change her look or even remake her style or something/adding new features?
---------------------------------------------------------------------------
Also i did a new NPC in .lua file but once i put the file in the "Script Location" the "Herlock" won't even launch still getting an error once i get the .OPT.lua to 40 or even 41, the game only launch at 0 number.
- For that i cannot make the NPC, i followed the instructions and read many times .. Can't figure where the problem is and the RDB-Tool doesn't load the files from the SQL (Getting an Error)?
What i did is finding a ---> Searched for a disabled NPC (select * from npcresource where local_flag IS NOT '0')
i select the first one that is not a 0 .. changed it to 1 and set the x+y location , changed the NPC name in contact_script and kept pressing Enter for saving each time , and i used the 2nd step for [HowTo] Custom NPCs by Xijezu!
Second step doesn't seems to work for me!
in this,
Part 2: Lua-Files
Now you have the choice:
Use a existing .lua, or create a new one.
so by creating a new .lua file and putting it in the source, compress the opt , launch the game = error.
when u put a new lua file change from 40-41 and getting another .lua file error in the Herlock Server ( all others 3 working just fine)!
This is a post you may also find useful...it is the encrypted.ela name to the standard .lua name conversion table...
^
should i copy it to new lua file?
The other threat!
Place the .lua in your server script files and you will need to have changed over from .ela loading to .lua loading in order for it to work. (I think or you can try compressor encrypting it and adding another number to your .ela count .opt entry...)
N:game.ela_count:40
will become
N:game.ela_count:41
but I am not sure if that will work. More than welcome to try.
---
Apologize .. does not work either.
Sorry for the long run.