|
||
|
|||||||
| 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) |
|
Join Date: May 2006
Age: 32
Posts: 15
|
I am not sure if this is a bug or not but just wanted to see if it is something I am doing wrong? (Still using 1.0 here)
Everytime I go to commit a design, it costs a minimum of 10000 gold. I can place a custom plot, go to design, not change anything, commit - total to pay 10000. This progressively adds up too, place a few pieces of walls, commit. Next time you go to change design, the balance commit cost adds on the wall costs again. This makes it impossible for any of my players to actually achieve any high level of customisation of their houses. I tried searching for this but found nothing related to it.... which makes me think that this might actually be a problem my end but as I havent changed anything even vaguely related to this, I am at a loss. Any feedback would be appreciated. Cheers Spear |
|
|
|
|
|
#2 (permalink) |
|
Forum Novice
|
I'm not sure what's going on there, I've tested this on my server a couple of times. The cost on mine is just fine. Are you running the first release of 2.0 the svn? or the one that was made available yesturday? I'm runing the one that was made available yesturday ( I havent slept yet, so it might have been the day before now.....).
__________________
Wensday~ |
|
|
|
|
|
#3 (permalink) |
|
Join Date: May 2006
Age: 32
Posts: 15
|
wensday: No, I am running the older version (1.0.).... I noticed this right from when I started the shard a couple of months back but assumed that there was something I didn't know about it - I havent played this game since 1997!
![]() Now I am pretty sure it shouldn't be like this unless there's a flat cost for any customization (i.e. minimum of 10000) and if that is the case, I would greatly appreciate some help on changing that as I think it's way over the top for my shard of non-hardcore players! ![]() |
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
|
no, there's no flat rate for any customization, I've gone as far as to delete things in my house and have it pay me back the cost! Wow, have you attempted to redownload the 1.0 version and just transfer your saves folder? Perhaps that will help solve this issue?
__________________
Wensday~ |
|
|
|
|
|
#5 (permalink) |
|
Join Date: May 2006
Age: 32
Posts: 15
|
I suppose I could try that..... but I would have to spend quite a long time going through and pulling out all the customised scripts I added and (stupidly) put into the main folders before I realised that making a special folder in customs would be cleverer! Anyone got any ideas on what I would need to look at to change this before I go to these lengths? Thanks Spear |
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
|
well, perhaps an easier way would be to redown load it, in a seperate file and take a look at all your house files and see what's different between yours and the origionals
Winmerge is an excellent program for this... you can download it free off the net
__________________
Wensday~ |
|
|
|
|
|
#7 (permalink) |
|
Join Date: May 2006
Age: 32
Posts: 15
|
I found it I think!! Beginner's luck! In HouseFoundation.cs in the custom/SE Code:
int oldPrice = Price; int newPrice = oldPrice + 10000 + ((DesignState.Components.List.Length - CurrentState.Components.List.Length) * 500); nt cost = newPrice - oldPrice; Thanks for your help though wensday, I will try editing this first - if it doesnt work, I will do as you suggested. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|