[Help Thread] Please post your questions here.

10/15/2013 18:48 kodiaktommy616#2611
ok i have everything up and running bigg thx "thndr"

now just tryin to find a full list of commands found some here [Only registered and activated users can see links. Click Here To Register...] but am guessing there is a lot more maybe
10/16/2013 18:20 Domesday Brock#2612
Could some kind person please give me the name or code of this mob [Only registered and activated users can see links. Click Here To Register...], I first thought that it may be custom made but I have seen it on another private server now

It is custom made. That mob is named Lilith and the only thing already in the files are the 3D image files.

You need to make entries for them in the database, make sure they are all resourced properly in the client, and also make skills and a skill tree for the mob if you end up using it as a pet as some Pservers have done.

Shouldn't be too difficult to start using it as a mob, but everything to make that mob appear in the game is custom work as the original developers never finished her.

There is also a male counter part called Mephisto.

Thanks so much thndr, that's me stuck messed up my database to many times now to want to try again lol I'm definitely not savvy enough to accomplish this, you are a star though mate
10/16/2013 18:26 ThunderNikk#2613
Quote:
Originally Posted by Domesday Brock View Post
Could some kind person please give me the name or code of this mob [Only registered and activated users can see links. Click Here To Register...], I first thought that it may be custom made but I have seen it on another private server now
It is custom made. That mob is named Lilith and the only thing already in the files are the 3D image files.

You need to make entries for them in the database, make sure they are all resourced properly in the client, and also make skills and a skill tree for the mob if you end up using it as a pet as some Pservers have done.

Shouldn't be too difficult to start using it as a mob, but everything to make that mob appear in the game is custom work as the original developers never finished her.

There is also a male counter part called Mephisto.
10/17/2013 19:58 ThunderNikk#2614
This part of the gameserver.opt...

S io.auth.ip:192.168.1.2
S io.ip_address:192.168.1.2
S io.port:4504

You will also need to make sure you have opened the auth port (8841 not 1433) and game server port (4504) in your firewall.

If you don't set inbound and outbound port rules in your firewall the computer running the server will not let other computers connect as clients.
10/17/2013 21:16 kodiaktommy616#2615
ok trying to start one of the drop events

but need to know in game is it


/run start_event_drop("2011113")


i can get the event to start but only drops one item any clue as to what i am doing wrong
10/19/2013 03:56 anthesio#2616
Hi all,


Following this : [Only registered and activated users can see links. Click Here To Register...]

Then using there : [Only registered and activated users can see links. Click Here To Register...]

Reading many posts and answer, I've got a problem. I don't know where it comes from; I tryed many different kind of ip (127.0.0.1 / mine with ipconfig/all etc ...) but I'm stuck.

Someone has an idea plz?
10/19/2013 05:26 ThunderNikk#2617
Check your SQL server services and make sure they are running.

Same place you configured the SQL for ports and TCP/IP connections in the Server Configuration Manager
10/19/2013 17:51 anthesio#2618
Quote:
Originally Posted by thndr View Post
Check your SQL server services and make sure they are running.

Same place you configured the SQL for ports and TCP/IP connections in the Server Configuration Manager
Hi, thanks.
So yes I had today an update of Sql server express, and now I'm unable to log onto my db. (Pics1).
I think it could come from my managment as you told me, but unable to change it.(Pics2)
10/19/2013 18:14 kodiaktommy616#2619
Quote:
Originally Posted by kodiaktommy616 View Post
ok trying to start one of the drop events

but need to know in game is it


/run start_event_drop("2011113")


i can get the event to start but only drops one item any clue as to what i am doing wrong
still having issues with getting to run if anyone has a suggestion

supply_event_item
stop_event_supply
start_event_supply
refresh_event_supply
event_supply
stop_event_drop
start_event_drop
refresh_event_drop
event_drop

have tryed useing these in multiple ways
10/19/2013 20:39 ThunderNikk#2620
Quote:
Originally Posted by anthesio View Post
Hi, thanks.
So yes I had today an update of Sql server express, and now I'm unable to log onto my db. (Pics1).
I think it could come from my managment as you told me, but unable to change it.(Pics2)
Second screen shot your SQL server service is not running. The one with the red square icon on it.

Right click it and select start service from the context menu.

@kodiaktommy616

Sorry, I have not run any drop events.
10/19/2013 20:50 anthesio#2621
Quote:
Originally Posted by thndr View Post

Right click it and select start service from the context menu.
Yes that's it.
I'm unabble to activate it, so i'm uninstalling the whole SQL+visual studio, and reinstalling it to get some "clean"!

If the problem continue, I'll have to solve myself because the probleme isn't of the DB but from my PC.
10/19/2013 23:04 kodiaktommy616#2622
hmm ok what do i need to change in the db to get it to just drop the items that i want to drop and i will edit it that way just want the pet cards and event items and gold bars anyway rest is on my vender

also i see in my data base dbo.gmtool_v2_get_all_resource is there a in game gm tool that i need to add to my client
10/20/2013 02:24 ThunderNikk#2623
Quote:
Originally Posted by kodiaktommy616 View Post
hmm ok what do i need to change in the db to get it to just drop the items that i want to drop and i will edit it that way just want the pet cards and event items and gold bars anyway rest is on my vender
dbo.dropgroupresource

Find the drop group resource links in dbo.monsterdroptableresource for the monsters that you want to drop the items.

Then edit the drop group resource ID with the item IDs you want to drop, max and min count of drop and the percentage likely to drop.

Quote:
Originally Posted by kodiaktommy616 View Post
also i see in my data base dbo.gmtool_v2_get_all_resource is there a in game gm tool that i need to add to my client
You must have used a GM tool or are still using a repack where someone used a GM tool that created that table in your database.

You can look at the link at the top for tools and resources you can use. The official GM tool works a little differently and needs a lot of repair work to get it working correctly but it is nice once the work is done...

[Only registered and activated users can see links. Click Here To Register...]

There are a few GM tools listed up there you can play around with.
10/20/2013 03:38 anthesio#2624
So, what's new?

1)I reinstal SQL server 2012, and not the express edition (wich block some connections like TCP ports ..... :/)
2)All is ok : SQL server & analysis services & reporting services & server agent & server agent are all RUNNING.
3)I try deactivating firewall&anti virus.
4)I'm gonna use my hammer to give reason to my PC ;;;pfff

I'm really stuck, here there is again my auth.opt. Some errors ?

S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Authserver
S log.ip:127.0.0.1
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011
10/20/2013 03:49 ThunderNikk#2625
You didn't list your error this time.

Cant solve an error if we don't know what it is.