-
Posts
97 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Z e r o
-
I wonder how they fixed it on the newer clients. I am really curious. Yes my remedy is easier but we really need a permanent fix hope someone have a permanent remedy for this one
-
Currently using 2012-04-10 client and is having issue with latest GPU been searching online for the permanent fix for this but haven't found one. The only solution I have is to use CTRL+ALT+DEL then ESC and the graphics will return to normal. I will appreciate your help.
-
I received this warning on the map server and the character is unable to move. [Warning]: clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3. packet 0x08c9 = 0x08c9,2,cashshopitemlist,0 Heres my mmo.h #define PACKETVER 20120410 Im using 2012-04-10aragexe client what version should I put on the PACKETVER.
-
I'll try this thanks. BTW does these variables stays what they are after I set them? even after a scipt reload? or basic server restart? I'll try this thanks. BTW does these variables stays what they are after I set them? even after a scipt reload? or basic server restart?
-
Npc that will check if you are 99/70 and will then give you your reward. ( I can write a script for this ) the problem is how to make it once per character.
-
I'll be using 2012-04-10 client + rathena which game guard should I use in terms of support, security, availability
-
Background slicer tool is not working anyone has one? http://rathena.org/tools/login_background/
-
How to change the client icon withour rediffing it? i tried to use res hacker but after changing the exe is not working..
-
Solved XD Thanks goto OnMenu also works <3
-
I want to return from the item selection after i choose a quest item can someone help me edit the cancel option to "return to quest selection" i tried to put this in the cancel button donpcevent "quest_shop::OnMenu"; but the client crashes XD
-
Ill test them thanks <3
-
prontera,142,168,5 script Costume Enchanter 878,{ setarray [email protected][0],30115,30123,30134; set [email protected], EQI_COSTUME_HEAD_TOP; set [email protected]_id, getequipid([email protected]); if (!getequipisequiped([email protected])) { mes "[ ^0055FFDriller^000000 ]"; mes "I'm sorry but you don't have any costume that I can inspect for enchantment."; close; } if (getequipcardid([email protected],3) > 0) { mes "[ ^0055FFDriller^000000 ]"; mes "This item has already been enchanted. I can't work on this as it is against the rules."; close; } for(set [email protected],3; [email protected]>=0; set [email protected],[email protected]) { if ( [email protected][email protected][[email protected]] ) { mes "Cannot Enchant"; } } if(select("Cancel:Continue") == 1) { mes "[ ^0055FFDriller^000000 ]"; mes "Bye."; close; } setarray [email protected][0],4795,4796,4797; set [email protected], [email protected][rand(0,2)]; delequip [email protected]; getitem2 [email protected]_id,1,1,0,0,0,0,0,[email protected]; } Heres my costume enchanter how can I check if the [email protected]_id is not in the array? anyone please give me an idea i use for statement but it seems that it wont work XD
-
I want to reset all the refines in my server what is the sql for this
-
Oh i see, wait lemme try Sir how can i change the prize into; winning team = 3 proofs of donation (per member) losing team = 1 proofs of donation (per member) Thanks in advance And look, eventhough the waiting room is already full 5/5 per team. the Battleground is still not starting. Why? is there any commands to make it start or what? bump someone is inside the battleground
-
How to add skill that can be dodge by cicada?
-
What is the current ipb version of rathena?
-
Players are warp back to their save point. ( sometimes ) Food storage is already broken by other team some players are stuck inside http://pastebin.com/rPJ2MNzC
-
Sorry if I posted this on the wrong section. My Dragon Breath hits player on Hiding State and Ninja using Cicada Skin Shed where can i edit this? Thanks
-
// 0x01 - No damage skill // 0x02 - Has splash area // 0x04 - Damage should be split among targets // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) // 0x40 - Skill ignores target's flee (magic type always ignores) // 0x80 - Skill ignores target's def cards 0x02 0x40 0x08 I want to add those 3 XD
-
Poem of Netherworld should works like ankle trap. in my case they just walk through it nothing happens XD
-
Harmony keeps on blocking a certain IP because of this reason "Memory Modification at 688b1f, ~1 bytes." Can you explain this memory modification issue of harmony?
-
Thanks :3