Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
World Spawner/Decorator [updated v2.0.a]
Author Message
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #21
RE: World Spawner/Decorator (Complete)
Yeah I'm pretty sure they have names, can't remember if I used this one or another one. But if you can always test by adding the signs. If they don't have names just remove them all.
12-17-2016 09:05 AM
Find all posts by this user Like Post Quote this message in a reply
Soulless
Super Moderator
****

Posts: 336
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #22
RE: World Spawner/Decorator (Complete)
Here's a function you can add at the end of others_signs_felucca.scp in the spawners/decoration/misc folder


Code:
foritems 9999
  if <type>==t_sign_gump
    name=<name_new_sign>
  endif
endfor

[function name_new_sign]
serv.newitem i_lantern
new.p=<p>
for N 0 7
  if !<isempty <new.tag.name>>
    new.remove
    //serv.b name the sign <new.tag.name>
    return <new.tag.name>
  endif
  new.p=<p>
  doswitch <dlocal.n>
    new.check_for_sign_name n
    new.check_for_sign_name ne
    new.check_for_sign_name e
    new.check_for_sign_name se
    new.check_for_sign_name s
    new.check_for_sign_name sw
    new.check_for_sign_name w
    new.check_for_sign_name nw
  enddo
endfor
new.remove

[function check_for_sign_name]
move <args> 2
if <room>
  //serv.log found <room.name>
  tag.name=<room.name>
  return <room.name>
endif
(This post was last modified: 12-18-2016 10:19 PM by Soulless.)
12-18-2016 10:14 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #23
RE: World Spawner/Decorator (Complete)
Nice, hope you take this work forward! lol Tongue
12-30-2016 04:16 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes amonvangrell's post
invernizzi
Apprentice
*

Posts: 24
Likes Given: 8
Likes Received: 1 in 1 posts
Joined: Jul 2016
Reputation: 0



Post: #24
RE: World Spawner/Decorator (Complete)
Thx a lot, i´m seeking an Spawn System with Tel Mur spawns.

[Image: banner_2.jpg]
02-12-2017 05:00 AM
Find all posts by this user Like Post Quote this message in a reply
Soulless
Super Moderator
****

Posts: 336
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #25
RE: World Spawner/Decorator (Complete)
I'll see about updating this tonight. I need them spawned as well.
02-13-2017 03:03 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Soulless
Super Moderator
****

Posts: 336
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #26
RE: World Spawner/Decorator [updated v2.0.a]
Thanks everyone for your kind words on the script, glad that it's gotten so much use and been a helpful tool for everyone. I've updated this once again, you won't see too much of a different except for the gumps, I had to redo them for my own sake.
04-10-2018 06:44 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Llirik
Journeyman
*

Posts: 115
Likes Given: 0
Likes Received: 10 in 8 posts
Joined: Feb 2015
Reputation: 0

UO Forum

Post: #27
RE: World Spawner/Decorator [updated v2.0.a]
Who have normal file 'spawner_defs.scp.56b' because my Sphere 0.56b send many bugs on create NPC!

Thank you!
04-02-2019 05:59 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
GonzoHD
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jul 2020
Reputation: 0



Post: #28
RE: World Spawner/Decorator [updated v2.0.a]
Thanks Tongue
07-28-2020 10:36 PM
Find all posts by this user Like Post Quote this message in a reply
gmland
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2021
Reputation: 0

Home Stead

Post: #29
RE: World Spawner/Decorator [updated v2.0.a]
Thank you. Just in time
04-10-2021 12:55 PM
Find all posts by this user Like Post Quote this message in a reply
yeoldesphere
Apprentice
*

Posts: 5
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2022
Reputation: 0



Post: #30
RE: World Spawner/Decorator [updated v2.0.a]
replying for account validation
08-28-2022 06:29 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)