Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 126 to 150 of 500
Search took 0.02 seconds; generated 83 minute(s) ago.
Search: Posts Made By: callimuc
Forum: Guild Life 04-19-2014, 08:32 PM
Replies: 15
Views: 3,013
Posted By callimuc
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
Posted By callimuc
awesome thing you did there! didnt check it...

awesome thing you did there!

didnt check it out yet, but are the rotated images inside the preview done with your editor or are those already set by the template?
Forum: Feature request 03-28-2014, 11:25 PM
Replies: 9
Views: 24,681
Posted By callimuc
and then there are people like me, playing graal...

and then there are people like me, playing graal on a reduced client window using one screen :noob:
Forum: Tech Support 03-23-2014, 11:09 PM
Replies: 6
Views: 2,406
Posted By callimuc
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
Posted By callimuc
Tried to restore my password last night to test...

Tried to restore my password last night to test it, nope it still doesnt "work (fine)" at all. But gratz for fixing the typo 55611
Forum: Graal Main Forum (English) 03-19-2014, 11:19 PM
Replies: 74
Views: 17,985
Posted By callimuc
r8 i gpic 1-10 best r8ing gets 2 d8 mi dog

r8 i gpic 1-10 best r8ing gets 2 d8 mi dog
Forum: Tech Support 03-19-2014, 08:38 PM
Replies: 6
Views: 2,406
Posted By callimuc
confirmed

confirmed
Forum: Graal Main Forum (English) 03-19-2014, 08:36 PM
Replies: 3
Views: 1,882
Posted By callimuc
hai noize, i think i remember you :) there is: ...

hai noize, i think i remember you :)
there is:
era (mobile, fb) - different version for PC still exists
classic (mobile, fb) - PC version got quit
zone (mobile, fb) - PC version got replaced...
Forum: New Scripting Engine (GS2) 02-23-2014, 05:55 PM
Replies: 76
Views: 16,317
Posted By callimuc
I think you should stick to the other scripting...

I think you should stick to the other scripting stuff before jumping over to sql
Forum: Tech Support 02-20-2014, 10:16 PM
Replies: 6
Views: 2,406
Posted By callimuc
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
Posted By callimuc
Best description I've seen in a while

Best description I've seen in a while
Forum: Hello and Goodbyes 02-10-2014, 10:12 PM
Replies: 2
Views: 1,408
Posted By callimuc
whoawhoawhoa heeeeeeeeeeey bby

whoawhoawhoa heeeeeeeeeeey bby
Forum: New Scripting Engine (GS2) 02-10-2014, 10:11 PM
Replies: 76
Views: 16,317
Posted By callimuc
now if there isnt some kind of error then ill...

now if there isnt some kind of error then ill restart scripting and learn it all from the beginning :p
Forum: New Scripting Engine (GS2) 02-05-2014, 10:47 PM
Replies: 76
Views: 16,317
Posted By callimuc
ps: if its only for spaces, you could also just...

ps: if its only for spaces, you could also just do player.chat.tokenize()
Forum: Delteria News 02-03-2014, 11:31 PM
Replies: 24
Views: 12,735
Posted By callimuc
I'm pretty sure you never experienced it in any...

I'm pretty sure you never experienced it in any other way
Forum: PlayerWorlds Main Forum 01-31-2014, 07:08 PM
Replies: 6
Views: 1,725
Posted By callimuc
name it "testbed" and hand it over to DrakilorP2P...

name it "testbed" and hand it over to DrakilorP2P (http://forums.graalonline.com/forums/member.php?u=4919) and/or Chompy (http://forums.graalonline.com/forums/member.php?u=5264)
Forum: NPC Scripting 01-26-2014, 05:08 PM
Replies: 7
Views: 2,074
Posted By callimuc
converted the link fp4 has been posting into gs2...

converted the link fp4 has been posting into gs2 for lazy people :p


function onCreated() {
echo(rgb2hsl(234, 255, 0));
echo(hsl2rgb(196, 100, 50));
}


function rgb2hsl(r, g, b) {
Forum: NPC Scripting 01-25-2014, 03:05 PM
Replies: 7
Views: 2,074
Posted By callimuc
how about making the saturation like 10 and add...

how about making the saturation like 10 and add some sort of offset into your "hsl converter"?
Forum: NPC Scripting 01-17-2014, 03:56 PM
Replies: 13
Views: 5,056
Posted By callimuc
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
Posted By callimuc
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
Posted By callimuc
except its a gani, then the shadow should stay at...

except its a gani, then the shadow should stay at 0 while all other sprites are moving up
Forum: NPC Scripting 01-08-2014, 06:33 PM
Replies: 38
Views: 7,528
Posted By callimuc
you need to put the players location check into...

you need to put the players location check into the loop, check my example. else it will only work when the block is being placed but it never checks back again.
Forum: NPC Scripting 01-08-2014, 05:04 PM
Replies: 38
Views: 7,528
Posted By callimuc
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
Posted By callimuc
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
Posted By callimuc
Generally, you should limit your loops, no matter...

Generally, you should limit your loops, no matter what client players are on. the FB and mobile clients tend to lag faster though, but the same thing could happen on any other computer. else there...
Showing results 126 to 150 of 500

 
Forum Jump

All times are GMT +2. The time now is 08:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.