Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. Judas , Do you know how to break the 27 hair styles cap?
  2. clif.c find #if PACKETVER <= 20120207 if (sd->status.robe) clif_refreshlook(bl,bl->id,LOOK_ROBE,sd->status.robe,AREA); change to #if PACKETVER <= 20120618 if (sd->status.robe) clif_changelook(&sd->bl,LOOK_ROBE,sd->status.robe); recompile
  3. Hi~ jezznar, I was wondering if it's possible to make mmo.h to read Custom.Conf ,coz I want the PACKETVER in mmo.h to read Custom.Conf setting. Is it possible to implement?
  4. try this ,put the file into data\sprite\Àΰ£Á·\¸öÅë\¿© sura.7z
  5. White Fungus w/ Rock Sugar Dessert During the hot summer months ,It help relieve summer heat I can cook that dessert myself .I like eating it most
  6. try this prontera,146,158,5 script Daily Reward 911,{ //=========================== Settings ================================================================ set .@rewname$,"[ Daily Reward ]"; set .rewardid,607; set @rewardamount,10; //======================= Settings End ================================================================ //***************************************************************************************************** query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", @LastIp$); if( (gettimetick(2) - lastTimeTalked > 86400)&&(gettimetick(2) - getd(@LastIp$) > 86400)) { mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Reward. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes .@rewname$; getitem .rewardid,@rewardamount; mes "Okay have fun with it!"; set lastTimeTalked,gettimetick(2); setd(@LastIp$,gettimetick(2)); close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry you can get the"; mes "Reward again after "; mes "24 Hours are over!"; close; }
  7. I remember the official GFist behaviour since 06/22/2011 Maintenance has been adjusted - GFist & Acid Bomb skill balance -> After casting G Fist, cannot recover SP for 10 seconds. -> VIT formula is changed a little bit.
  8. I suggest you to start a new beginning.it would be faster than debug
  9. thx for replying I know this fix http://trac.rathena....t/16554/rathena but it seems only work with costume headgear after compile and testing --> not working for me (I was using my define name EQP_COSTUME_GARMENT) #define EQP_COSTUME (EQP_COSTUME_HEAD_TOP|EQP_COSTUME_HEAD_MID|EQP_COSTUME_HEAD_LOW|EQP_COSTUME_GARMENT) /// Equip positions that use a visible sprite #if PACKETVER < 20110111 #define EQP_VISIBLE EQP_HELM #else #define EQP_VISIBLE (EQP_HELM|EQP_GARMENT|EQP_COSTUME) #endif
  10. I add a costume robe position (EQP_COSTUME_GARMENT = 0x2000) and it work fine ,but there was a small bug ,to see the below image normal window --> show the sprite costume window -> the sprite doesn't work on costume window my client : 2012-04-10 RE anyone know how to fix the bug?
  11. try this... set .@gid,getcharid(2); if( .@gid == 0 ){ mes "Only members of a guild are allowed here!"; Close; }else if(getguildmaster(.@gid)!=strcharinfo(0)) mes "Only the guild master can enter in!"; Close; } edit: thx to Emistry code mention getguildmaster return name of ppl
  12. mandragora howling effect must be under RENEWAL_CAST
  13. try this {if(getmapflag(strcharinfo(3),mf_pvp) && isequippedcnt(4403)>1) end; bonus bDelayRate,-30;}{}{}
  14. pvp_y_8-2 Was Duplicated With New Izude,you must update your server map_cache.dat you can use WeeMapCache combine with new cache file(open old cache ->cache button-> newizlude.dat ->overwrite ->save) newizlude.7z ------------------------------------------------------------------------------------------------------------------------------ edit: you are welcome
  15. Hehe , I also like that old mode, but dunno how to reconstruct it and need kind help
  16. I can confirm this, the navigation system string doesn't read the msgstringtable.txt when I use 2012-04-10 client and after changing to 2012-04-24 client It start reading msgstringtable.txt , but I m not sure other date of client ( lazy to test)
  17. check client stuff about data\etcinfo.txt to remove snow effect
  18. UPDATE `login` SET state = 4 where group_id = 0 ; and use gm command @kickall the normal player cant login again until update the sate field to 0
  19. you can try my temporarily solution http://rathena.org/board/topic/61021-skill-npc-invincibleoff-doest-work/
  20. need help here! it would be appreciated if anyone can help me decompile lub
  21. just Execute "Ragnarokrepaly.exe" from kro and Select the replay file
×
×
  • Create New...