Search found 56 matches

by kennxonline
Thu Feb 11, 2016 8:15 am
Forum: Resources
Topic: After Retail Update
Replies: 2
Views: 5657

Re: After Retail Update

oh okay sorry, I thought it was me lol
by kennxonline
Wed Feb 10, 2016 11:34 pm
Forum: Resources
Topic: After Retail Update
Replies: 2
Views: 5657

After Retail Update

I play both retail and private server. After retail updated today I can not log into my private server? Any suggestions why this is?
by kennxonline
Sat Feb 06, 2016 1:33 am
Forum: Scripting
Topic: Dynamis Currency
Replies: 10
Views: 7838

Re: Dynamis Currency

yeah I'm stupid figured it out lmao...

Code: Select all

function onMobDeath(mob,killer,ally)

killer:addCurrency("cruor", 150);

end;
by kennxonline
Sat Feb 06, 2016 12:13 am
Forum: Scripting
Topic: Dynamis Currency
Replies: 10
Views: 7838

Re: Dynamis Currency

I cant get my code to work, it works for dropping items into inventory, but I want it to give currency. ---------------------------------- -- Area: South Gustaberg -- NM: Leaping Lizzy ----------------------------------- ----------------------------------- -- onMobDeath -----------------------------...
by kennxonline
Fri Feb 05, 2016 11:07 pm
Forum: Scripting
Topic: Custom Shop using different currency (Cruor, Bayld, etc)
Replies: 8
Views: 5239

Re: Custom Shop using different currency (Cruor, Bayld, etc)

how would one do this using conquest points?
by kennxonline
Mon Feb 01, 2016 8:23 am
Forum: Scripting
Topic: Can we change EM to EP to gain Skills
Replies: 3
Views: 2705

Re: Can we change EM to EP to gain Skills

If i changed the second one, what would I change in there im pretty confused on what to set.
by kennxonline
Fri Jan 29, 2016 6:17 pm
Forum: Scripting
Topic: Creating a custom augment NPC
Replies: 20
Views: 25914

Re: Creating a custom augment NPC

No, instead of it accepting any weapon or armor piece for augments.[currently how it works] Make it only accept a 1 gear piece. So the players cant get say Attack bonus on a level 1 item they have to trade what gear the NPC is augmenting.
by kennxonline
Fri Jan 29, 2016 2:01 pm
Forum: Scripting
Topic: Creating a custom augment NPC
Replies: 20
Views: 25914

Re: Creating a custom augment NPC

How would one use this code to make it only accept a armor piece that I choose? Artfact head only augments with code. ----------------------------------- -- Area: Upper Jeuno -- NPC: Theraisie -- AF NPC NPC ----------------------------------- ----------------------------------- -- onTrade Action ---...
by kennxonline
Fri Jan 29, 2016 11:28 am
Forum: Contributing
Topic: Implementing Trust NPCs
Replies: 39
Views: 45825

Re: Implementing Trust NPCs

OMG this would be awesome on my server is a solo play server!
by kennxonline
Fri Jan 29, 2016 2:06 am
Forum: Scripting
Topic: Teleport Command script
Replies: 2
Views: 2560

Re: Teleport Command script

THANKS helps much! I so need to go to school for coding XD