Dimension pillars disabling
Hi there, I would like to ask if anyone knows how to remove dimension pillars from the spawn. The problen is that there is no records for the pillars in Tab_RefNest table, but there are lines for it in the Tab_RefTactics table. But still I have no idea how it is possible to remove it from the spawn. :mellow:
Re: Dimension pillars disabling
Re: Dimension pillars disabling
just delete anything related to it form db
use this query to find where:
Select * From X where Y like = 'value'
find & delete
Re: Dimension pillars disabling
Quote:
Originally Posted by
Isoline
just delete anything related to it form db
use this query to find where:
Select * From X where Y like = 'value'
find & delete
False query " like = " will never work.. you can do or you can add the % at the begging or at the end.
For the dimension pillar they spawn when monster spawn ( I noticed that spawned 500 mob lv101 and they spawned )