Search found 33 matches
- Mon Feb 16, 2015 8:53 pm
- Forum: Scripting
- Topic: Custom PrintToPlayer/PrintToServer Stuff
- Replies: 26
- Views: 24906
Re: Custom PrintToPlayer/PrintToServer Stuff
Has anyone submitted this to the repository? I think this would be a great addition to the game server.
- Sun Feb 15, 2015 11:58 am
- Forum: Contributing
- Topic: GM Command @setpoint
- Replies: 0
- Views: 3051
GM Command @setpoint
This command uses Tagban's modified version of PrintToPlayer() as described in this thread: https://forums.dspt.info/viewtopic.php?f=19&t=2402 @setpoint is a tool that allows the user to save up to nine different locations with a short, up to 44 characters (only 13 spaces), description and then to s...
- Sun Feb 15, 2015 10:53 am
- Forum: Scripting
- Topic: Custom PrintToPlayer/PrintToServer Stuff
- Replies: 26
- Views: 24906
Re: Custom PrintToPlayer/PrintToServer Stuff
I really like this.
- Sat Feb 14, 2015 8:20 pm
- Forum: Scripting
- Topic: Lua Functions to Set and Retrieve the Look of NPCs
- Replies: 8
- Views: 6809
Re: Lua Functions to Set and Retrieve the Look of NPCs
Thanks for pointing me towards those functions , but after looking at the source in lua_baseentity.cpp it appears that they only work with mobs. Is there a similar function for NPCs?
- Thu Feb 12, 2015 10:13 pm
- Forum: Scripting
- Topic: Lua Functions to Set and Retrieve the Look of NPCs
- Replies: 8
- Views: 6809
Re: Lua Functions to Set and Retrieve the Look of NPCs
Thanks for the info guys. I appreciate it.
- Thu Feb 12, 2015 10:12 pm
- Forum: Scripting
- Topic: Need Basic Info About How the DB Defines NMs
- Replies: 4
- Views: 3818
- Thu Feb 12, 2015 6:10 pm
- Forum: Scripting
- Topic: Need Basic Info About How the DB Defines NMs
- Replies: 4
- Views: 3818
Re: Need Basic Info About How the DB Defines NMs
I think I have a good idea how this is done now. May not need help after all.
- Wed Feb 11, 2015 11:24 pm
- Forum: Scripting
- Topic: Lua Functions to Set and Retrieve the Look of NPCs
- Replies: 8
- Views: 6809
Re: Lua Functions to Set and Retrieve the Look of NPCs
I have all of that pretty well figured out. I even have a good idea about how I want to implement the quest. I don't think my original post was as clear as it could have been. What I need is one or two functions that I can call in a Lua script to set the look of an npc and also to retrieve the look ...
- Wed Feb 11, 2015 10:32 pm
- Forum: Scripting
- Topic: Lua Functions to Set and Retrieve the Look of NPCs
- Replies: 8
- Views: 6809
Lua Functions to Set and Retrieve the Look of NPCs
I would like to implement the quests "A Discerning Eye" for each of the three starting nations and need a Lua function that would allow me to set the look of an NPC prior to making that NPC appear and also a function to retrieve the current look of an NPC for comparisons. Given that I'm not very fam...
- Wed Feb 11, 2015 10:24 pm
- Forum: Scripting
- Topic: Need Basic Info About How the DB Defines NMs
- Replies: 4
- Views: 3818
Need Basic Info About How the DB Defines NMs
I've been working to implement all of the strange apparatuses and have finally determined the appropriate ids of the mobs to be spawned when using the wrong chip with any given apparatus. The spawned mobs are all NM elementals at level 75, and supposedly with approximately 10,000 hp (I need to verif...