[Help Thread] Please post your questions here.

05/03/2012 23:07 [GA]Sharingan#511
7.3 cannot run on 32 bit. and scripts only the orb trader works with 7.1 client full non buggy.

you cann run on 32 bit with virtuall 64 bit mashine tools.. but not good idea ^^
/edit oh okey Xijezu was faster :D Xijetzu have you pls Vulcanos dungeon Ids -.- xD my Fieldprp resource is buggy -..- ^^ and all ids i have not works i stay in a world like a super mario graphiks -.- its t9 sry..^^
05/03/2012 23:26 noobeee#512
Quote:
Originally Posted by Xijezu View Post
You also can use a Virtual Machine (google for it) to have 7.3 working.

About that lua: Sure why shouldn't it? o.0


Btw: 1000. Post! :D
GZ on 1000 posts

Xij

can i ask you a question with regards to your boss timers on your server. the little private i have going at home for my brother and I. i plan on editing the boss respawn time like you have done on your server. now i have found the boss ids in .lau df26.......etc and i see that they are set to 360000

Now i am sorry for being an idiot here. but what number do i need to set them to to make it 5 mins?

and if anyone else can help i am struggling to find how to increase pet taming for say 20% or 30% etc i have found how to change it to 100% success but i dont want this. can anyone help?
05/04/2012 08:11 OmegaStars#513
Okey Thanks Xijezu :O
Don't forget to give us some of ur Tools x)
05/04/2012 12:32 c1ph3r#514
Quote:
Originally Posted by noobeee View Post
GZ on 1000 posts

Xij

can i ask you a question with regards to your boss timers on your server. the little private i have going at home for my brother and I. i plan on editing the boss respawn time like you have done on your server. now i have found the boss ids in .lau df26.......etc and i see that they are set to 360000

Now i am sorry for being an idiot here. but what number do i need to set them to to make it 5 mins?

and if anyone else can help i am struggling to find how to increase pet taming for say 20% or 30% etc i have found how to change it to 100% success but i dont want this. can anyone help?
1. Miliseks like i said yesterday ;) 360000ms/100=3600seks/60=60mins/60=1hour...5mins*60=300seks*100=30000ms

2. Tame Rates with Cube (Updated Script from Raskim found via forum search ;) )

Code:
--T6
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1000   
WHERE taming_id = 4101 or taming_id = 2701

--T5
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1500
WHERE taming_id = 2801 or taming_id = 3701 or taming_id = 3801 or taming_id = 4501

--T4
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.2000
WHERE taming_id = 3601 or taming_id = 3401 or taming_id = 2001 or taming_id = 1701

--T3
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.3000 
WHERE taming_id = 1201 or taming_id = 1901 or taming_id = 3301 or taming_id = 3901 or taming_id = 4001

--T2
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.5000 
WHERE taming_id = 1011 or taming_id = 1021 or taming_id = 1301 or taming_id = 1801 or taming_id = 2401 or taming_id = 2501 or taming_id = 2901 or taming_id = 3502 

--T1
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.8000 
WHERE taming_id = 2301 or taming_id = 2201 or taming_id = 2101
GO

Taming Percentage:
1.0 = 100%
0.5 = 50%
0.1 = 10%
05/04/2012 12:52 OmegaStars#515
Hey again guys,
why when i restart my computer and i launch PrincessAurora , I have AUTH DB INTI ERROR please ? :(
05/04/2012 13:35 [GA]Sharingan#516
found new bug in 7.3 infinite dbs with 160 + champs 3-4 hits = dc.
05/04/2012 13:49 c1ph3r#517
Quote:
Originally Posted by OmegaStars View Post
Hey again guys,
why when i restart my computer and i launch PrincessAurora , I have AUTH DB INTI ERROR please ? :(
wrong authserver.opt or pc is too slow and DB won't answer.
05/04/2012 13:59 OmegaStars#518
Well i can't connect in SQL MANAGEMENT STUDIO too :(
like if DB delete :(
05/04/2012 14:06 c1ph3r#519
Check in the SQL Server-Configuration-Manager if the instance is running.

It's in your Startmenu in Configuration Tools.
05/04/2012 14:17 OmegaStars#520
What i should see there ??

Oh i found the problem ^^ Thanks ;)
05/04/2012 18:36 noobeee#521
Quote:
Originally Posted by c1ph3r View Post
1. Miliseks like i said yesterday ;) 360000ms/100=3600seks/60=60mins/60=1hour...5mins*60=300seks*100=30000ms

2. Tame Rates with Cube (Updated Script from Raskim found via forum search ;) )

Code:
--T6
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1000   
WHERE taming_id = 4101 or taming_id = 2701

--T5
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1500
WHERE taming_id = 2801 or taming_id = 3701 or taming_id = 3801 or taming_id = 4501

--T4
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.2000
WHERE taming_id = 3601 or taming_id = 3401 or taming_id = 2001 or taming_id = 1701

--T3
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.3000 
WHERE taming_id = 1201 or taming_id = 1901 or taming_id = 3301 or taming_id = 3901 or taming_id = 4001

--T2
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.5000 
WHERE taming_id = 1011 or taming_id = 1021 or taming_id = 1301 or taming_id = 1801 or taming_id = 2401 or taming_id = 2501 or taming_id = 2901 or taming_id = 3502 

--T1
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.8000 
WHERE taming_id = 2301 or taming_id = 2201 or taming_id = 2101
GO

Taming Percentage:
1.0 = 100%
0.5 = 50%
0.1 = 10%

Also has anyone had the bug where the fail/success text does not show in party chat? could anyone point me in the right direction to fix this?

OKay guys

I keep bugging cipher and I sure he is more than just irritated with me right now lol

I have used the search button!

and found fixes for the following:

1 - warp gates - download center (cant download file though)
2 - dungeon drops - my hardmode dungeons are dropping dura 1 gear and very little dura 3 (download center says drop fix but files are 2011-09 but i dont think it has dura 3 gear as far as i can see or maybe i am just blind?????)
3- i still cant seem to find how to fix chat bars not showing tame success or fail
05/05/2012 05:47 Bekinsaleishot#522
Any idea why i can't run with local command??? says error [150] gameguard file is missing or been altered, however i can run normal launcher and good to go??
using bat --> start SFrame.exe /auth_ip:127.0.0.1 /locale:ascii /country:us /cash /commercial_shop /render
05/05/2012 16:41 noobeee#523
hey guys is anyone able to help me with masterclass? some mobs dont spawn and there are no quest items at laksy( the stautes you need to search) so i cant get further than this.

Or is there a way to make it so you can just choose a mc from the job class supporter?
05/05/2012 18:51 kaizoku801#524
i think the files gavsta released have a way to get MC without doing the quests
05/05/2012 20:42 noobeee#525
Quote:
Originally Posted by kaizoku801 View Post
i think the files gavsta released have a way to get MC without doing the quests
yeah just need to find out how that is.....

I am also battling with HC dungeons. as there are non hc mobs in there and the bosses are standard dungeon bosses.

I ahve now added hardcore bosses, but in the scripts now i have hardmode SLK in both normal dungeon and hardmode dungeon. and cannot have normal in normal and hard in hard lol its quite frustrating.