|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Aug 2006
Location: SLC Utah
Posts: 266
|
K i cannot get paragons to spawn i have them spawning in ilshenar and felucca and there is a 45% cance to spawn.
They arent spawnining i have put spawners to an instant respawn and klled like 40 guys and not one paragon. If the paragons dont spawn with Aos Disabled how can i make it so they do.. |
|
|
|
|
|
#2 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
Do a text search through all the code for Paragon to see where the Paragon code is called and see if there is a version check there, and if so, just remove it.
__________________
Why is it that I'm never as smart as I thought I was yesterday? My vast knowledge is only surpassed by my infinite ignorance. <TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him |
|
|
|
|
|
#4 (permalink) | |
|
Forum Novice
Join Date: Aug 2006
Location: SLC Utah
Posts: 266
|
ok..now when i enable it paragons spawn 100% of the time on all facets....here is my Paragon.cs
Quote:
|
|
|
|
|
|
|
#5 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
You have this:
Code:
public static double Chance = 5.0;
__________________
Why is it that I'm never as smart as I thought I was yesterday? My vast knowledge is only surpassed by my infinite ignorance. <TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him |
|
|
|
|
|
#7 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
I have done much worse
![]()
__________________
Why is it that I'm never as smart as I thought I was yesterday? My vast knowledge is only surpassed by my infinite ignorance. <TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him |
|
|
|
|
|
#8 (permalink) | |
|
Forum Novice
Join Date: Aug 2006
Location: SLC Utah
Posts: 266
|
ok i feel i am being annoying, but it is still spawning all paragons 100% of the time i changed the spawn chance to 0.05 and the chest drop to 0.50.can anybody see why it would be doing this?
Quote:
|
|
|
|
|
|
|
#9 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
If you have Core.AOS set to false, it will spawn a paragon each time because of this:
Code:
if (!Core.AOS)
return true;
If you don't know how to comment out a whole section of code, it's like this: Code:
/* if (!Core.AOS)
return true;
*/
__________________
Why is it that I'm never as smart as I thought I was yesterday? My vast knowledge is only surpassed by my infinite ignorance. <TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|