Jump to content
  • 0

[HELP]1)Starter Zone-2)Pc bank point system


Question

Posted

Hello MXC community :) I've got 2 questions today:

 

1) How can i choose the Starter Zone at Config Files?Where should i write it?(At which file i mean,without needed to use java codes)

 

2)I've downloaded a pack that has it's own Pc Bank Point system.But althought it's set to true at config files and althought IG i can see the icon of PC Bank Point they always stay 0.They are not given.Here is the config file:

 

#============================================================#

 

# PC Bang Point                                        -#

 

#-------------------------------------------------------------#

PcBangPointEnable = True

 

PcBangPointMinLevel = 20

 

PcBangPointMinCount = 20

 

PcBangPointMaxCount = 1000000

 

PcBangPointDualChance = 20

 

PcBangPointTimeStamp = 20

 

# ---------------------------------------------------------------------------

 

 

 

 

 

 

Any idea how to fix it?

 

 

8 answers to this question

Recommended Posts

  • 0
Posted

1) You have to go in your zone, and put /loc you will see some coordinates, first set of numbers is x second one is y etc....

 

Open navicat go to your db open console (or put F6) and write this:

 

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

 

2)

Well i never have use pcbang pts, but maybe is this

PcBangPointTimeStamp = 20 (in mins ? i rlly dont know about this).

  • 0
Posted

maybe become more specific?

I dont know if there any option like this in your configs. So if no you must do like this .... Ok let me give you an example:

 

[in game] as i said you going to your zone and put /loc

 

kb1g4.jpg

 

Go to your database and add put tools>console

 

mWLr1.jpg

 

And thats all

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

you replace x,y,z with your coordinates.

 

ZY8bn.jpg

 

 

  • 0
Posted

Thanks Matim and Sasuki.Any other answer for the second question?(sorry for the many replies but i didn't do it in order to increase my posts)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...