Search found 56 matches
- Thu Feb 11, 2016 8:15 am
- Forum: Resources
- Topic: After Retail Update
- Replies: 2
- Views: 10066
Re: After Retail Update
oh okay sorry, I thought it was me lol
- Wed Feb 10, 2016 11:34 pm
- Forum: Resources
- Topic: After Retail Update
- Replies: 2
- Views: 10066
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?
- Sat Feb 06, 2016 1:33 am
- Forum: Scripting
- Topic: Dynamis Currency
- Replies: 10
- Views: 11701
Re: Dynamis Currency
yeah I'm stupid figured it out lmao...
Code: Select all
function onMobDeath(mob,killer,ally)
killer:addCurrency("cruor", 150);
end;
- Sat Feb 06, 2016 12:13 am
- Forum: Scripting
- Topic: Dynamis Currency
- Replies: 10
- Views: 11701
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 -----------------------------...
- Fri Feb 05, 2016 11:07 pm
- Forum: Scripting
- Topic: Custom Shop using different currency (Cruor, Bayld, etc)
- Replies: 8
- Views: 7744
Re: Custom Shop using different currency (Cruor, Bayld, etc)
how would one do this using conquest points?
- Mon Feb 01, 2016 8:23 am
- Forum: Scripting
- Topic: Can we change EM to EP to gain Skills
- Replies: 3
- Views: 3488
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.
- Fri Jan 29, 2016 6:17 pm
- Forum: Scripting
- Topic: Creating a custom augment NPC
- Replies: 20
- Views: 39588
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.
- Fri Jan 29, 2016 2:01 pm
- Forum: Scripting
- Topic: Creating a custom augment NPC
- Replies: 20
- Views: 39588
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 ---...
- Fri Jan 29, 2016 11:28 am
- Forum: Contributing
- Topic: Implementing Trust NPCs
- Replies: 39
- Views: 71639
Re: Implementing Trust NPCs
OMG this would be awesome on my server is a solo play server!
- Fri Jan 29, 2016 2:06 am
- Forum: Scripting
- Topic: Teleport Command script
- Replies: 2
- Views: 3493
Re: Teleport Command script
THANKS helps much! I so need to go to school for coding XD