SphereCommunity
[UPDATE] Amon Spawner - V1.1 - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Submissions (/Forum-Script-Submissions)
+--- Thread: [UPDATE] Amon Spawner - V1.1 (/Thread-UPDATE-Amon-Spawner-V1-1)

Pages: 1 2 3 4


RE: [UPDATE] Amon Spawner - V1.1 - amonvangrell - 01-31-2014 10:26 AM

Hey Guys I've just UPDATED this script!!! Hope you guys like it, Felucca is now 100% done!!
Ill keep working on the rest! let me know of any bugs!
thanks!
P.S if you like this script please post a comment! Tongue


RE: [UPDATE] Amon Spawner - V1.1 - Awaken - 02-02-2014 01:45 AM

Line 329 SPAWNER.SCP
Code:
SERV.LOG <argv[0],<ARGV[1]>,<ARGV[2]>,<ARGV[3]>

miss >

Code:
SERV.LOG <argv[0]>,<ARGV[1]>,<ARGV[2]>,<ARGV[3]>


And miss in Remove all SPAWNs

Code:
SRC.TAG.fel_outdoors=



RE: [UPDATE] Amon Spawner - V1.1 - amonvangrell - 02-03-2014 06:28 AM

Thanks Awake, I've update the file.


RE: [UPDATE] Amon Spawner - V1.1 - Soulless - 02-03-2014 05:06 PM

Sexy, no blank worlds anymore. i always hated spawning shit anyways. goodjob amon


RE: [UPDATE] Amon Spawner - V1.1 - amonvangrell - 02-04-2014 07:25 AM

(02-03-2014 05:06 PM)Soulless Wrote:  Sexy, no blank worlds anymore. i always hated spawning shit anyways. goodjob amon

ahahaha, thanks man! ;]
Still alot to be done.Cry


RE: [UPDATE] Amon Spawner - V1.1 - sokugo - 03-29-2014 11:45 AM

I love both this and the decoration script. Looking forward to this script to be 100% done. Keep the work up dude!


RE: [UPDATE] Amon Spawner - V1.1 - amonvangrell - 03-29-2014 12:16 PM

Thanks man! I am a little bit lazy, but i should post an update soon. Cya


RE: [UPDATE] Amon Spawner - V1.1 - kn4tseb - 05-07-2014 03:31 PM

its an awesome work!!, too much time for a new update left?


RE: [UPDATE] Amon Spawner - V1.1 - Citael - 07-20-2015 12:42 PM

Script dont work for me.

Server cant resolve this

if (<serv.deflist.chardef.findelem <argv[0]>> != -1)

All scripts are in right place.


RE: [UPDATE] Amon Spawner - V1.1 - XuN - 07-20-2015 05:17 PM

You should have a build newer than this one:

Code:
27-10-2013, Ben
- Fixed #2227: Region.ISEVENT not working.
- Fixed #2229: STRREVERSE doesnt invert the entire string. (This was also the case for STRTOLOWER and STRTOUPPER)
- Added: DEFLIST which acts like LIST but readable only (Filled by server at loading time with lists of resources)
- Added: new Section to Sphere.ini [RESOURCELIST] with a list of resource blocks to be loaded into DEFLISTs
         Ex: Adding ITEMDEF in the RESOURCELIST will create a DEFLIST.ITEMDEF with all itemdefs loaded by the server.
- Added: Category, Subsection, and Description to ITEMDEF and CHARDEF (now the server can read them if directly in the DEF section and not under @create)

Which allow you to add this to sphere.ini:

Code:
[RESOURCELIST]
ITEMDEF
CHARDEF

Note: Adding this requires a restart, since these lists are built when server is loading.