Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. OnMinute00: enablenpc "fish"; sleep 600000; disablenpc "fish"; mapwarp "map","tomap",x,y; end;
  2. that vip script ...isnt compatible with rathena .... it use the account_level and not the group_id
  3. Nice release .. luv it.. = ) EDIT : erm .. .. when i use this with 2012-06-18 client.. it can run the client but it doesnt auto login the account.. beside it also ask me to re-enter password before able to login .. is it because this ROCred doesnt compatible with 2012 client ?? or i setup wrongly ?? the ROCred.ini look like this ; ------------------------------------------------------------------ ; RO Credentials (ROCred) ; (c) 2012-2013 Ai4rei/AN ; ; ------------------------------------------------------------------ [ROCred] ; Whether or not user name is remembered (0 = No, 1 = Yes). CheckSave =1 ; Remembered user name. ; Client to start when clicking login. ExeName = 2012-06-18aRagexeRE.exe.patched.exe ; Argument to pass to the client. ExeType = 1rag1 ; Whether or not password should be MD5 hashed (0 = Plaintext, 1 = MD5 hash). HashMD5 = 0 ; Whether second instances are allowed or not (0 = No, 1 = Yes). SecondInstance = 1 UserName=emistry
  4. if( @vote < #VOTEPOINTS ) { next; mes .npcName$; mes "Not enough Vote Points."; close; } you dont need this. .... the input script command already limiting what number you can enter .. input @vote,0,#VOTEPOINTS;
  5. /*========================================== * Refine +1 item at pos and log and display refine *------------------------------------------*/ BUILDIN_FUNC(successrefitem) { int i=-1,num,ep; TBL_PC *sd; num = script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i=pc_checkequip(sd,equip[num-1]); if(i >= 0) { ep=sd->status.inventory[i].equip; //Logs items, got from (N)PC scripts [Lupus] log_pick_pc(sd, LOG_TYPE_SCRIPT, -1, &sd->status.inventory[i]); sd->status.inventory[i].refine++; pc_unequipitem(sd,i,2); // status calc will happen in pc_equipitem() below clif_refine(sd->fd,0,i,sd->status.inventory[i].refine); clif_delitem(sd,i,1,3); //Logs items, got from (N)PC scripts [Lupus] log_pick_pc(sd, LOG_TYPE_SCRIPT, 1, &sd->status.inventory[i]); clif_additem(sd,i,1,0); pc_equipitem(sd,i,ep); clif_misceffect(&sd->bl,3); if(sd->status.inventory[i].refine == MAX_REFINE && sd->status.inventory[i].card[0] == CARD0_FORGE && sd->status.char_id == (int)MakeDWord(sd->status.inventory[i].card[2],sd->status.inventory[i].card[3]) ){ // Fame point system [DracoRPG] switch (sd->inventory_data[i]->wlv){ case 1: pc_addfame(sd,1); // Success to refine to +10 a lv1 weapon you forged = +1 fame point break; case 2: pc_addfame(sd,25); // Success to refine to +10 a lv2 weapon you forged = +25 fame point break; case 3: pc_addfame(sd,1000); // Success to refine to +10 a lv3 weapon you forged = +1000 fame point break; } } } return 0; } switch (sd->inventory_data[i]->wlv){ case 1: pc_addfame(sd,1); // Success to refine to +10 a lv1 weapon you forged = +1 fame point break; case 2: pc_addfame(sd,25); // Success to refine to +10 a lv2 weapon you forged = +25 fame point break; case 3: pc_addfame(sd,1000); // Success to refine to +10 a lv3 weapon you forged = +1000 fame point break; }
  6. just add a condition checking before they finish the picking process.. if( class == anyjobyouwant && colour == anycolouryouwant && zeny < 10000 ) // you need to pay 10,00k ..
  7. trunk/npc/custom/quests/quest_shop.txt // ----------------------------------------------------------- // Basic shop settings. // ----------------------------------------------------------- set .Announce,1; // Announce quest completion? (1: yes / 0: no)
  8. prontera,180,191,2 script Soul Buffer#1::SB 936,{ OnWhisperGlobal: pm [npc:SB] prontera,183,215,3 script Broadcaster#1::BC 894,{ OnWhisperGlobal: pm [npc:BC]
  9. Emistry

    Refine NPC

    show your SafeRefine function ...
  10. Emistry

    R>need

    trunk/conf/battle/client.conf // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4
  11. 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ warp "prontera",155,181; },{},{}
  12. you mean this ?? trunk/db/produce_db.txt
  13. perhap some files missing ? or doesnt compatible ? or installed incorrectly ?
  14. if not mistaken .. it required client hex
  15. Noooo... i wanna claim it back .... :< You can't just claim it. You have to file a dispute in PayLifePal. It may take from 5 to 15 business days until it's taken care of by PLP aging protection staff. If you are not subscribed to any Aging Protection Plan, you can't file a dispute to get your life back. However, you can give me $1000 to get your year back. Remember to read our ToS (only 150 pages, font size: 2) Sincerely, JewEvil xD NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ................................ That's not fair .................... :< I offering 1,000,000 zeny for anyone who hunt down or capture DevilEvil for me ....Dead or Alive .... thx thx =)
  16. Noooo... i wanna claim it back .... :<
  17. { ..... },{ if( ismounting() ) setmounting; },{ ..... }
×
×
  • Create New...