Search found 7 matches

by Druisk
Fri Aug 28, 2015 8:19 pm
Forum: Server Setup & Guides
Topic: Solo play - setting up server
Replies: 6
Views: 8023

Re: Solo play - setting up server

Another option would be to invert and modify the God mode in player.lua. This way, you get buffs everytime you log in and it persists even if you die or change job. if (player:getVar("GodMode") == 0) then player:addStatusEffect(EFFECT_REFRESH,10,0,0); player:addStatusEffect(EFFECT_BLOOD_WEAPON,15,0,...
by Druisk
Tue Mar 25, 2014 9:08 pm
Forum: Troubleshooting
Topic: Problem VS 2013 and Game_server
Replies: 12
Views: 6845

Re: Problem VS 2013 and Game_server

I'm having the same issue also :(
by Druisk
Wed Mar 13, 2013 12:46 pm
Forum: Troubleshooting
Topic: Char_stats table corruption
Replies: 0
Views: 1745

Char_stats table corruption

Since a new revision update i did 2 days ago, my char_stats table keep getting corrupted. I try to repair it but it fails. Other char_xxxx tables also gets corrupted sometimes. Would anyone know what's causing this issue? I'm using MySQL 5.6 and Navicat Lite.
Thx
by Druisk
Sun Mar 03, 2013 8:23 pm
Forum: Bugs
Topic: No mob aggro
Replies: 2
Views: 1952

Re: No mob aggro

I created a new regular character to test it with no luck.

... lol. I tested on a non-aggroing Quadav -_- . Tested it again and got aggroed !

thank you ! :D
by Druisk
Sun Mar 03, 2013 7:39 pm
Forum: Bugs
Topic: No mob aggro
Replies: 2
Views: 1952

No mob aggro

Hi. No mobs aggro on my private server. I tried updating to newest revision but still no aggro. Links are working fine. I check the behavior value in mob_pools on Goblins and it's set to 1 which should be aggro to sight. I didn't found any setting in Lua files either. Any idea what could be the prob...
by Druisk
Sun Mar 03, 2013 4:15 pm
Forum: General Chat
Topic: Armor or weapon stat changes
Replies: 9
Views: 5903

Re: Armor or weapon stat changes

Nvm... Navicat was only showing the first 1000 items of the table. Found them.
by Druisk
Fri Mar 01, 2013 10:09 pm
Forum: General Chat
Topic: Armor or weapon stat changes
Replies: 9
Views: 5903

Re: Armor or weapon stat changes

I found how to modify basic items. But what about Rare/ex ones? I can't find them in item_weapon or anywhere else.