New character of Birth

02/29/2016 11:59 fernandorigo94#1
Hello I have a silly doubt, but that is slowing me in developing my server. I have an old DB, but I have been adding items, pets and classes.

I need 2 aids or suggestions.

1 What do I change table to the newly created character born into a null map is not cronus, type the initial map?

2 I'm thunder bug in new pets, other pets are becoming someone could help with this?

I thank you all.
02/29/2016 13:54 SoulNecturn#2
Hey

1) Here you have 2 options.
Easy one and hard one :)
a) Easy one
You will attach to action that is always processed on entering game by player:
1000000
lines like:
(1000002, 1000003, 1000004, 1001, 0, 'level == 1'), /* Check if Level 1 player */
(1000003, 1001000, 1000004, 1003, 0, '1000 264 424'), /* Telepprt New player to new location */

OR harder way:

b) Edit your server to change into proper coords from the very begining..
For this I am attaching screenshots of where to find it. If you dont know how to edit this ... you have many guides ;)

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


2) For this section question You do have an answer on this forum. If you do the homework and search for thunder juice fix you would find all (remember about this next time...).
Here is link to my release that currently is the only real working solution:
[Only registered and activated users can see links. Click Here To Register...]

good luck