Search found 25 matches

by Wannabc5
Sun Oct 04, 2015 9:49 pm
Forum: Scripting
Topic: Help with Script
Replies: 9
Views: 5732

Help with Script

Whats wrong with this script? ----------------------------------- -- Zone: Abyssea-La Theine -- NM: La Theine Liege ----------------------------------- package.loaded["scripts/zones/Abyssea-La_Theine/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scr...
by Wannabc5
Sun Oct 04, 2015 8:03 am
Forum: Troubleshooting
Topic: Char.sql help
Replies: 6
Views: 3989

Re: Char.sql help

All character related data was backed up and re imported but still dont have access to characters. My character info shows up in my database but its not there when u log in.
by Wannabc5
Sat Oct 03, 2015 9:49 pm
Forum: Troubleshooting
Topic: Char.sql help
Replies: 6
Views: 3989

Char.sql help

Hey guys i transffered my server from one pc to a different one and when i go to connect to the server after updating it i have to create a new char. All backup files of the char info was added an when i log in its asking me to create a new character. How do i go about making my char dump info work?
by Wannabc5
Fri Sep 25, 2015 8:18 pm
Forum: Public Servers
Topic: Vrtra private server (Closed)
Replies: 29
Views: 21317

Re: Vrtra private server now open!

We will be update sometime this weekend so please check us out.
by Wannabc5
Tue Sep 15, 2015 9:02 am
Forum: Scripting
Topic: How to add key items to mob_droplist
Replies: 3
Views: 2440

Re: How to add key items to mob_droplist

Is this correct?



-----------------------------------
-- onMobDeath
-----------------------------------

function onMobDeath(mob,killer)

if (killer:hasKeyItem(WARPED_GIGAS_ARMBAND) == false) then
killer:addKeyItem(WARPED_GIGAS_ARMBAND);
killer:messageSpecial(WARPED_GIGAS_ARMBAND);
end

end;
by Wannabc5
Mon Sep 14, 2015 11:46 am
Forum: Scripting
Topic: How to add key items to mob_droplist
Replies: 3
Views: 2440

How to add key items to mob_droplist

How do I add key items to mob_droplist?
by Wannabc5
Mon Aug 31, 2015 9:01 pm
Forum: Troubleshooting
Topic: How to open all weaponskill
Replies: 2
Views: 2036

How to open all weaponskill

Hey guys Im looking for some help on how to open up all weaponskills to my players. Well mainly looking to add relic weaponskills without having to have a relic weapon equipped. Any info would be great. Thanks
by Wannabc5
Mon May 18, 2015 1:40 pm
Forum: Troubleshooting
Topic: Magic damage low
Replies: 0
Views: 2686

Magic damage low

Can anyone help me increase the magic damage on my server? I've changed it from 1.0 to 5.0 in the setting script but doesn't seem to be effected. What else do I need to do? Thanks.
by Wannabc5
Sat May 16, 2015 8:33 am
Forum: Server Setup & Guides
Topic: Wiki Server Setup Guide
Replies: 55
Views: 149923

Re: Wiki Server Setup Guide

Anyone have a auto reboot program?
by Wannabc5
Mon May 11, 2015 7:38 pm
Forum: Scripting
Topic: @setskill
Replies: 2
Views: 1978

Re: @setskill

This happens when I do @setskill goldsmithing 100 Hiro this error pops up on game server [Error] cmdhandler::call: (setskill): scripts/commands/setskill.lua:148: attempt to call method 'setSkillLevel' (a nil value) I should probably mention that it changes my rank from Amateur to Expert but does not...