Forum: Guild Life
04-19-2014, 08:32 PM
|
|
Replies: 15
Views: 3,013
Actually I've never heard about this link, and...
Actually I've never heard about this link, and I'm working on the mobile Era o.o
I don't know who's giving that link to players and I don't know who's even checking it but I can tell that it's not...
|
Forum: Code Gallery
03-30-2014, 10:12 PM
|
|
Replies: 29
Views: 25,953
|
Forum: Feature request
03-28-2014, 11:25 PM
|
|
Replies: 9
Views: 24,681
|
Forum: Tech Support
03-23-2014, 11:09 PM
|
|
Replies: 6
Views: 2,406
I'm already aware of the spam folder thing but...
I'm already aware of the spam folder thing but thanks again :) It's the first thing i always check
i've been explaining everything in the e-Mail to the PWA/stefan. i've been checking my spam folder...
|
Forum: Tech Support
03-23-2014, 03:44 PM
|
|
Replies: 6
Views: 2,406
|
Forum: Graal Main Forum (English)
03-19-2014, 11:19 PM
|
|
Replies: 74
Views: 17,985
|
Forum: Tech Support
03-19-2014, 08:38 PM
|
|
Replies: 6
Views: 2,406
|
Forum: Graal Main Forum (English)
03-19-2014, 08:36 PM
|
|
Replies: 3
Views: 1,882
|
Forum: New Scripting Engine (GS2)
02-23-2014, 05:55 PM
|
|
Replies: 76
Views: 16,317
|
Forum: Tech Support
02-20-2014, 10:16 PM
|
|
Replies: 6
Views: 2,406
Password renewal typo
While trying to recover my password since weeks with no success (report e-Mail has just been sent, so maybe you can also check that while we're talking about this) I realized this typo in the german...
|
Forum: Playerworld Staff Openings
02-16-2014, 12:22 AM
|
|
Replies: 9
Views: 2,550
|
Forum: Hello and Goodbyes
02-10-2014, 10:12 PM
|
|
Replies: 2
Views: 1,408
|
Forum: New Scripting Engine (GS2)
02-10-2014, 10:11 PM
|
|
Replies: 76
Views: 16,317
|
Forum: New Scripting Engine (GS2)
02-05-2014, 10:47 PM
|
|
Replies: 76
Views: 16,317
|
Forum: Delteria News
02-03-2014, 11:31 PM
|
|
Replies: 24
Views: 12,735
|
Forum: PlayerWorlds Main Forum
01-31-2014, 07:08 PM
|
|
Replies: 6
Views: 1,725
|
Forum: NPC Scripting
01-26-2014, 05:08 PM
|
|
Replies: 7
Views: 2,074
|
Forum: NPC Scripting
01-25-2014, 03:05 PM
|
|
Replies: 7
Views: 2,074
|
Forum: NPC Scripting
01-17-2014, 03:56 PM
|
|
Replies: 13
Views: 5,056
his one would just work at its best if you...
his one would just work at its best if you know/send the length of your numbers, while the one BlueMelon and me posted could be used as a function used by several scripts (like putting it into a...
|
Forum: NPC Scripting
01-16-2014, 09:28 PM
|
|
Replies: 13
Views: 5,056
Probably would have done something like ...
Probably would have done something like
function numberToArray(n) {
temp.n = abs(temp.n); //abs() will always keep your number positive
temp.toReturn = NULL;
for (temp.i=0;...
|
Forum: NPC Scripting
01-16-2014, 02:43 PM
|
|
Replies: 5
Views: 2,016
|
Forum: NPC Scripting
01-08-2014, 06:33 PM
|
|
Replies: 38
Views: 7,528
|
Forum: NPC Scripting
01-08-2014, 05:04 PM
|
|
Replies: 38
Views: 7,528
Weapon script:
changed your...
Weapon script:
changed your this.level.putNPC2(...) to player.level.putNPC2(...), this. would refer to the weapon while player. refers to the player)
function onActionServerSide(){
if...
|
Forum: NPC Scripting
01-08-2014, 03:36 PM
|
|
Replies: 38
Views: 7,528
Have to fix this statement, you can use...
Have to fix this statement, you can use triggerServer() inside level NPCs to trigger DB NPCs or weapons (and classes being joined to those). I figured this would be the best solution if you also want...
|
Forum: PlayerWorlds Main Forum
01-07-2014, 06:54 PM
|
|
Replies: 11
Views: 2,294
|