Account BountyPoints

For any problems with Dawn of Light website or game server, please direct questions and problems here.

Moderator: Support Team

Account BountyPoints

Postby R4z0 » Sat Apr 27, 2013 4:29 pm

Hello all!

I want my server to share BPs in the account.

There are any solution yet? ,
have i to implement it?, in that case, where can i control when a bountypoint event start?

Thanks!
R4z0
DOL Visitor
 
Posts: 7
Joined: Sun Apr 21, 2013 12:50 pm

Re: Account BountyPoints

Postby Graveen » Sun Apr 28, 2013 8:09 am

You have to implement it, this is not an existing feature.
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12661
Joined: Fri Oct 19, 2007 9:22 pm
Location: France

Re: Account BountyPoints

Postby HunabKu » Mon Apr 29, 2013 4:22 am

Hi. i think the best you can do is to create an acount table entry in database, and modify the bountypoints gain files
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Account BountyPoints

Postby Graveen » Mon Apr 29, 2013 9:34 am

On my side, i think the easiest is to create a bounty-transfert NPC. Thus, you have only to take care of the transfer.
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12661
Joined: Fri Oct 19, 2007 9:22 pm
Location: France

Re: Account BountyPoints

Postby HunabKu » Wed May 01, 2013 5:11 am

Sure ;-)
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Account BountyPoints

Postby Tarragon22 » Wed May 01, 2013 11:46 am

Try with this one man, you can set the NPC from here:


#region configuration flags

/// <summary>
/// Enable/Disable transfer whole realmpoints/realmlevel
/// </summary>
protected readonly bool TRANSFER_REALM = false;
/// <summary>
/// Enable/Disable transfer whole bountypoints
/// </summary>
protected readonly bool TRANSFER_BOUNTY = true;
/// <summary>
/// Enable/Disable transfer whole money
/// </summary>
protected readonly bool TRANSFER_MONEY = false;

/// <summary>
/// Allow/Disallow transfer crossrealm
/// </summary>
protected readonly bool TRANSFER_CROSSREALM = true;
/// <summary>
/// Allow/Disallow transfer to another account
/// </summary>
protected readonly bool TRANSFER_OTHERACCOUNT = false;
/// <summary>
/// Allow/Disallow transfer to logged in chars on another account
/// ATTENTION: its not tested!!!
/// </summary>
protected readonly bool TRANSFER_LOGGEDIN = false;



Tarragon
Attachments
BPTRANSFER.cs
(20.32 KiB) Downloaded 9 times
Tarragon22
DOL Visitor
 
Posts: 14
Joined: Thu Jan 24, 2013 8:58 pm


Return to “%s” Support

Who is online

Users browsing this forum: No registered users and 1 guest