Jump to content

karazu

Members
  • Content Count

    1115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by karazu

  1. Most of the people requested it before.. an Ontouch Healer NPC that u dont need to click anymore. it will just heal you if u go near to them.. Anyone?
  2. karazu

    sendmail

    Does 2013/08/07 client still support email? I think not anymore?
  3. Thank you Annie for helping, but it was the cons.txt T_T. Sorry for wasting ur time
  4. its the novend script.. [Debug]: Source (NPC): Novend(invisible/not on a map) EDIT: keep saying [Error]: buildin_rid2name: invalid RID EDIT2: Sorry, I forgot I updated my cons.txt
  5. [Error]: script_rid2sd: fatal error ! player not attached!
  6. just put OnInit: above OnRevKoE: should've fix that 2nd reason nobody uses @reloadscript in a live server ... I'm not going to put that honestly ... this is quite a frequently asked question ...hmm ... I think I should put it into the script, but stay commented Thank you, and sorry for that
  7. I think I have fixed that in 0.2I have removed the gvg mapflag and used gvgon/gvgoff script commands so no need to worry other guild will kill you when receive the prize Every time I reload script to check error the Emblem will be gone.. is there anyway to make it stay?
  8. Edit sorry. ok pc.c EDIT: ITS NOW WORKING WOHOOOOOOOOOOO Thank you very much bro.. Please also the @afk..
  9. karazu

    PK area

    Yes, its the prontera 2..
  10. ===================================================================--- src/map/pc.c (revision 13749)+++ src/map/pc.c (working copy)@@ -631,8 +631,8 @@ int pc_equippoint(struct map_session_data *sd,int n) {- int ep = 0;-+ int ep = 0, char_id = 0;+ nullpo_ret(sd); if(!sd->inventory_data[n])@@ -651,6 +651,14 @@ if( ep == EQP_SHADOW_SHIELD )/* are there conditions for those? */ return EQP_SHADOW_WEAPON|EQP_SHADOW_SHIELD; }+ if( battle_config.reserved_costume_id &&+ sd->status.inventory[n].card[0] == CARD0_CREATE &&+ (char_id = MakeDWord(sd->status.inventory[n].card[2],sd->status.inventory[n].card[3])) == battle_config.reserved_costume_id )+ { // Costume Item - Converted+ if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; }+ if( ep&EQP_HEAD_LOW ) { ep &= ~EQP_HEAD_LOW; ep |= EQP_COSTUME_HEAD_LOW; }+ if( ep&EQP_HEAD_MID ) { ep &= ~EQP_HEAD_MID; ep |= EQP_COSTUME_HEAD_MID; }+ } return ep; } The Main Problem is in the pc.c other than that other diff are still can be place in the right place.
  11. Karasu, last update is still working on latest revision. Are you sure you download costume system 2.0 patch? Hello bro, No error in compiling the server but in the game it will not convert the headgears in to costume ___________________________________________________________________________________________________________________ I cannot find this line
  12. Yeah: Validation output: [Error]: script error in file 'ee191076495024209' line 2 column 18 parse_simpleexpr: unmatched ')' 1: { * 2: if ( countitem( 501 ) < 10 || !countitem( 514 ) { ~~~~~~~~~~~~~~~~~^ 3: mes "You need 10 apple and 1 grape"; 4: close; 5: } Also, karazu, what you can do is use upaste.me 's script run check when you upload this script as an Athena paste. Thank you very much for both of you. I have now an idea +1
  13. Sorry, I tried to load it in the game but it seems to be the NPC is not clickable.. sorry I cannot check the MAP error right now because I am in the office. Can anyone check for me this please? prontera,150,150,0 script Sample 100,{ if ( countiem( 501 ) < 10 || !countitem( 514 ) { mes "You need 10 apple and 1 grape"; close; } if ( !getcharid( 1 ) ) { mes "You don't have a party"; close; } if ( getpartyleader( getcharid( 1 ), 2 ) != getcharid( 0 ) ) { mes "You must be a party leader"; close; } delitem 501, 10; delitem 514, 1; warpparty "prontera",150,150,getcharid( 1 ); end;}
  14. Thank you. I will use this one in some quest heehe..
  15. I want to make an NPC that will look like how this Quest maker do. http://rathena.org/board/topic/76418-quest-maker/ Any idea and suggestion will be appreciated.
  16. Please Edit this for the latest Rev. Thank you!
  17. Use the plugin, its good .. Isn't it same with afk? the sleep?
  18. I cant find your Costume old topic. http://herc.ws/board/files/file/51-costume-system/ its a direct download
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.