Can someone guide me on where to find the files of FULL THROTTLE in main data.grf? It's crashing the CLIENT when casting FULL THROTTLE.
I need to add those file to my data to avoid errors if using SMALL CLIENT FILES.
Hello Everyone, I really need your feedback about my CLIENT. Right now I'm using 2014-01-15 everything is working fine as long as you downloaded the FULL CLIENT. The problem now is the SMALL CLIENT It gives so much problem to players if they did not run or update their KRO files. So I'm thinking...
Anyone experienced this before? My voteforpoints module is rejecting NORMAL account which is 0 to access the INDEX of voteforpoints. I already check the access.php and it's already there it's set to NORMAL. What else did I missed? Right now only admin can access the module
Please help?
Does anyone knows how to FIX this disconnection problem.
[Warning]: clif_parse: Received unsupported packet (packet 0x50a2 (0x5548), 19 bytes received), disconnecting session #8.
I really need help about this
Players are getting DC once in a while.
Eversince I transfer my server to linux I never see the actual error happening in MAP SERVER.
I'm using Winscp to connect and putty sometime.
Is there a way to monitor the error? or any log will do?
Hi, I'm trying to create my client installer using 3rd party app. like Install Creator[ClickTeam] but the limit is set to 2GB. I really like how "Install Creator" works. So my only option is to optimize my CLIENT files.
I'm using 2014 client and my client size is 2.4GB. Now what are the files...
I'm trying to return the class name of the killerrid on onPCDieEvent using set @eac,eaclass();
But it only returns a number e.g. 20740
What is the correct way to do this?
How to increase the damage of Demonic Fire? I tried adjusting the damage in map_zone_db but its not working.
mapflags: ( "adjust_skill_damage GN_DEMONIC_FIRE 5000" )
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Tierra Gorge'/#0
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Flavius'/#1
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'KVM (Level 80 and up)'/#2
[Error]: bg_config_read: failed to find...
Is it possible to LOCK the MOUSE CURSOR inside the client?
They will need to alt+tab to select other window?
This will prevent unwanted clicks outside the client screen.
When you talk to an NPC. A define Item is directly equipped to users, then when the script ENDS the item will auto remove from the user including logout event.
More info: When I say remove it means DELETE from equip or inventory.
In item bonus script in doc.
Is Spirit = Ghost?
bonus2 bMagicAddEle,n,x; +x% magical damage against element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead
How can I write this? if 2 ring_ isequipped || isequippedcnt of IFRIT is == 2 bonus 1 else bonus 2 ????
if(isequipped(Ring_) == 2 ) || isequippedcnt(Ifrit_Card) == 2) { bonus bStr,50; } else { bonus bStr, 20; }
Looks like isequipped only returns 1 and 0. Any possible way?