SphereCommunity
World Spawner/Decorator [updated v2.0.a] - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Submissions (/Forum-Script-Submissions)
+--- Thread: World Spawner/Decorator [updated v2.0.a] (/Thread-World-Spawner-Decorator-updated-v2-0-a)

Pages: 1 2 3 4


RE: World Spawner/Decorator (Complete) - Leonidas - 12-17-2016 09:05 AM

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.


RE: World Spawner/Decorator (Complete) - Soulless - 12-18-2016 10:14 PM

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



RE: World Spawner/Decorator (Complete) - amonvangrell - 12-30-2016 04:16 PM

Nice, hope you take this work forward! lol Tongue


RE: World Spawner/Decorator (Complete) - invernizzi - 02-12-2017 05:00 AM

Thx a lot, i´m seeking an Spawn System with Tel Mur spawns.


RE: World Spawner/Decorator (Complete) - Soulless - 02-13-2017 03:03 AM

I'll see about updating this tonight. I need them spawned as well.


RE: World Spawner/Decorator [updated v2.0.a] - Soulless - 04-10-2018 06:44 AM

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.


RE: World Spawner/Decorator [updated v2.0.a] - Llirik - 04-02-2019 05:59 AM

Who have normal file 'spawner_defs.scp.56b' because my Sphere 0.56b send many bugs on create NPC!

Thank you!


RE: World Spawner/Decorator [updated v2.0.a] - GonzoHD - 07-28-2020 10:36 PM

Thanks Tongue


RE: World Spawner/Decorator [updated v2.0.a] - gmland - 04-10-2021 12:55 PM

Thank you. Just in time


RE: World Spawner/Decorator [updated v2.0.a] - yeoldesphere - 08-28-2022 06:29 AM

replying for account validation