Jedzkie
Script Developers-
Content Count
632 -
Joined
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Jedzkie
-
Re-Implement dbghelpplug.dll Windows Crash Dump
Jedzkie replied to Michi's question in Plugin Requests
what does this plugin do? -
i think your making the biscuit right?
-
Nicely done! 10/10 <3
-
i confirming it. its because this items dont have a script command , they are just items ^^ Even if there are script in the items like "packageitem();" its not working.
-
I also tried to implement this using pure kro file and client but after I use the skill my client scream a lot of missing spr.. hmm..any clue? try to use pRO client
-
i confirming it.
-
Hi guys u would like to suggest a command to reload cashshop. Because when i update some new items in the cash shop i need to restart my server in order to update its contents. Thank you.
-
i already try 2012-07-16 and it works perfectly.
-
how about the nagle algorithm? did you disable it?
-
try to disabled DNS support.
-
i encountered your problem, have you set it to '2'? instead of '1'?
-
oh i see.. thank you!
-
does the pincode system stops the users from using bots?
-
Agree with that also, and if possible, we can also make a custom monster to be transformed.
-
Hi! i have a script error here in herc, but in rA, i dont have any errors at all in this script here's my script: the error: Missing 1 Right Curly, line 1 function script Asgard_Scroll { set .@Total,10; //<%>,<ItemID>,<Amount> setarray .@P1[0],5,6233,1; setarray .@P2[0],8,6234,1; setarray .@P3[0],10,6228,1; setarray .@P4[0],20,6235,1; setarray .@P5[0],90,13517,5; setarray .@P6[0],80,12080,10; setarray .@P7[0],90,14533,5; setarray .@P8[0],80,12075,10; setarray .@P9[0],85,12210,5; setarray .@P10[0],98,501,10; set .@i, rand(1,.@Total); if (rand(1,100) > getd(".@P"+.@i+"[0]")) { for(set .@j,1; .@j<getarraysize(getd(".@P"+.@i)); set .@j,.@j+2) { getitem getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) { set .@gz,.@i; setarray .@k[0], getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); break; } } } if(1<=.@gz&&.@gz<=10) announce "Citizens of Midgard, Lady Luck shines upon ["+strcharinfo(0)+"] !! [Asgard Scroll] has awarded the player with '"+getitemname(.@k[0])+"'!!",0; close;}
-
no luck yommy, but thanks for your reply.
-
is there any command that can reload the cash shop? thank you.
-
Please Bump! Bump! Bump! xD
-
i suggest that you try to enable the 'packet_obfuscation' to 1 even you have harmony.
-
hmm try to contact judas about that.. did you change your clientdat in mmo.h?
-
can you show me your diff in your client? what diffs you put in your client.
-
what diff you use? can you show it to me? did you enable the 'packet_obfuscation' to 2 in battle/client.conf?
-
try to use the 2012-05-15Ragexe and i provided a packet for you [cbox]// 2012-05-15Ragexe #if PACKETVER >= 20120515 packet(0x0369,26,clif->pFriendsListAdd,2); packet(0x094B,5,clif->pHomMenu,2,4); packet(0x089A,36,clif->pStoragePassword,0); packet(0x091F,26,clif->pPartyInvite2,2); packet(0x08A8,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0923,7,clif->pActionRequest,2,6); packet(0x0947,10,clif->pUseSkillToId,2,4,6); packet(0x0366,-1,clif->pItemListWindowSelected,2,4,8); packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x092C,2,clif->pReqCloseBuyingStore,0); packet(0x091A,6,clif->pReqClickBuyingStore,2); packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0817,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0367,2,clif->pSearchStoreInfoNextPage,0); packet(0x087E,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x087C,5,clif->pWalkToXY,2); packet(0x087D,6,clif->pTickSend,2); packet(0x08AC,5,clif->pChangeDir,2,4); packet(0x0964,6,clif->pTakeItem,2); packet(0x0364,6,clif->pDropItem,2,4); packet(0x085A,8,clif->pMoveToKafra,2,4); packet(0x0869,8,clif->pMoveFromKafra,2,4); packet(0x08AD,10,clif->pUseSkillToPos,2,4,6,8); packet(0x08A2,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x09A5,6,clif->pGetCharNameRequest,2); packet(0x0957,6,clif->pSolveCharName,2); packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6); #endif[/cbox]