Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 23:30

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 166
Search took 0.01 seconds.
Search: Posts Made By: JohnDornel^
Forum: SRO PServer Questions & Answers 02/07/2024, 07:31
Replies: 3
Views: 254
Posted By JohnDornel^
In the procedure named _GetUniqueMonsters,...

In the procedure named _GetUniqueMonsters, there's a query somewhere which probably looks something like this :

select * from table1 where column1 in (select column2 from table2)

The problem...
Forum: SRO PServer Questions & Answers 01/13/2024, 11:47
Replies: 7
Views: 244
Posted By JohnDornel^
This will be a problem later, even if you fix...

This will be a problem later, even if you fix that it will not fix your current DB connection problem. The files should be in the releases "CGI.."-something I think it was called (a few *.asp files)....
Forum: SRO PServer Questions & Answers 01/12/2024, 23:02
Replies: 7
Views: 244
Posted By JohnDornel^
Are you certain global manager is connected to...

Are you certain global manager is connected to account database? I could not see it in the screenshot. Your problem is certainly certification related. It could be that your database names are...
Forum: SRO Private Server 12/29/2023, 16:46
Replies: 2
Views: 354
Posted By JohnDornel^
There is a sticky thread in guides/releases, but...

There is a sticky thread in guides/releases, but here click this. ([Only registered and activated users can see links])
Forum: SRO Private Server 11/14/2023, 12:26
Replies: 20
Views: 4,447
Posted By JohnDornel^
Likely there is a check somewhere in the...

Likely there is a check somewhere in the gameserver for it, but if what you did works.. you can just edit the _AddNewCOS procedure, inside the loop replace "< char.InventorySize" with the max amount...
Forum: SRO Private Server 11/14/2023, 10:43
Replies: 20
Views: 4,447
Posted By JohnDornel^
I really don't have the ability to test it right...

I really don't have the ability to test it right now myself, but the procedure seems to fail when placing the item. I'd assume the _InvCOS table is missing the lines for these slots. The _AddNewCOS...
Forum: SRO Private Server 11/13/2023, 17:14
Replies: 20
Views: 4,447
Posted By JohnDornel^
Create this table SET ANSI_NULLS ON GO...

Create this table


SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[_COS_Exceptions](
Forum: SRO Private Server 11/13/2023, 15:34
Replies: 20
Views: 4,447
Posted By JohnDornel^
This thread is very old, if you need help with...

This thread is very old, if you need help with this pm me or just quote me here.



Drop a link to your server and you will understand why this is a stupid idea. People CAN do it and it will...
Forum: SRO PServer Questions & Answers 10/31/2023, 21:00
Replies: 12
Views: 654
Posted By JohnDornel^
We are going offtopic, but if you don't want to...

We are going offtopic, but if you don't want to pick fights, maybe don't disrespect other's opinion in such way. I did quote you and said to not do this and then provided a good enough argument why....
Forum: SRO PServer Questions & Answers 10/31/2023, 11:47
Replies: 12
Views: 654
Posted By JohnDornel^
Why would you go out of your way to achieve...

Why would you go out of your way to achieve something similar to the original, when you can just properly configure it and make it work as it should? Not even going to talk about performance issues...
Forum: SRO PServer Questions & Answers 10/31/2023, 10:47
Replies: 12
Views: 654
Posted By JohnDornel^
Change the degree here. Do not do...

Change the degree here.



Do not do this.


Get any item 11DG that can have socket stones (chest/weapon) > ITEM_CH_SWORD_11_A_RARE, take it's link from objcommon, open objitem and use the...
Forum: Dekaron Private Server 10/31/2023, 09:00
Replies: 2
Views: 474
Posted By JohnDornel^
Wouldn't be better if you just try and fix the...

Wouldn't be better if you just try and fix the error/crash instead? You can make a simple process monitor, which checks if an app window can be found, say every 10 seconds. If not, just start it.
Forum: SRO PServer Questions & Answers 10/27/2023, 17:11
Replies: 3
Views: 350
Posted By JohnDornel^
Go to _RefShopTab, find the line with codename...

Go to _RefShopTab, find the line with codename 'MALL_AVATAR_DRESS', proceed from there. You can find the textstrings in textuisystem or textdata_object, where you can also add your own. You have to...
Forum: SRO PServer Questions & Answers 10/20/2023, 09:11
Replies: 3
Views: 210
Posted By JohnDornel^
It's certification issue. There was one with...

It's certification issue. There was one with database configuration, use that if you can find it, should work.
Forum: SRO PServer Questions & Answers 09/01/2023, 12:25
Replies: 1
Views: 270
Posted By JohnDornel^
This will make all bots unusable if you are not...

This will make all bots unusable if you are not aware. Apart from that if I remember right you have to patch it in GFXFileManager.dll (the password). But if you are doing this with the idea of...
Forum: SRO PServer Questions & Answers 09/01/2023, 12:22
Replies: 2
Views: 612
Posted By JohnDornel^
You need to "ForceBindIP" the 2nd IP to the...

You need to "ForceBindIP" the 2nd IP to the second gameserver, it won't pick it automatically.
Forum: SRO PServer Questions & Answers 10/29/2022, 06:47
Replies: 12
Views: 2,012
Posted By JohnDornel^
No, there's a procedure if I remember correct...

No, there's a procedure if I remember correct called "smc_edit_item" or something similar. There's an if/else inside it which checks if you are making a higher value than 12.
Forum: SRO PServer Questions & Answers 10/29/2022, 06:44
Replies: 2
Views: 321
Posted By JohnDornel^
There are about a thousand tutorials. Put your...

There are about a thousand tutorials. Put your items in your first 2-3 slots in inventory. Get your chard id and use

select * from _Inventory where charid = YOUR_CHARID

Your first inventory...
Forum: SRO PServer Questions & Answers 10/29/2022, 06:40
Replies: 1
Views: 390
Posted By JohnDornel^
Just reopen the table or press the exclamation...

Just reopen the table or press the exclamation mark to "execute" and reload the table. That's fine (as long as you dont have overlapping ids).
Forum: Zero 04/30/2022, 13:01
Replies: 5
Views: 3,122
Posted By JohnDornel^
Awesome! Thanks a lot!

Awesome! Thanks a lot!
Forum: Zero 04/24/2022, 01:36
Replies: 1
Views: 749
Posted By JohnDornel^
Shop/ItemData editor

Hey guys, anyone has editors or even better encrypt/decrypter. Willing to pay for it. Thanks in advance :)
Forum: SRO Private Server 12/06/2021, 14:23
Replies: 6
Views: 2,373
Posted By JohnDornel^
Extract the whole *.pk2 file, clean up whatever...

Extract the whole *.pk2 file, clean up whatever you'd like to delete from it. Open JoymaxPK2 Tools, you can create a new pk2 file, if I remember right when its empty the size should be 4kb. Then use...
Forum: SRO PServer Questions & Answers 09/30/2021, 12:43
Replies: 11
Views: 1,517
Posted By JohnDornel^
It's pretty easy. Create a group using the...

It's pretty easy.

Create a group using the previous ones as example in _RefDropItemGroup, which will contain all NOVA items, RefItemID is the ID of the item/s you need from _RefObjCommon.

You...
Forum: SRO PServer Questions & Answers 08/29/2021, 14:31
Replies: 4
Views: 433
Posted By JohnDornel^
BlackRogue 110, but not widely used like vsro188

BlackRogue 110, but not widely used like vsro188
Forum: SRO Coding Corner 08/29/2021, 14:26
Replies: 8
Views: 2,353
Posted By JohnDornel^
0x8C instead of 0x7E

0x8C instead of 0x7E
Showing results 1 to 25 of 166

 
Forum Jump

All times are GMT +2. The time now is 23:30.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.