Jump to content

quesoph

Members
  • Content Count

    562
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by quesoph

  1. As I remember there was a bug with this mod. It affects script cashshop.
  2. OnNPCKillEvent: if(killerid==mvpid) {getitem 501,1; // item id, item amountend;}
  3. yup. i already check that Uncheck that.
  4. status.c case SC_DEEP_SLEEP: sc_def = status->int_*50; tick_def = status->int_*10 + iStatus->get_lv(bl) * 65 / 10; //Seems to be -1 sec every 10 int and -5% chance every 10 int. break; For crystalization(?) not sure case SC_COLD: tick -= (1000*(status->vit/10))+(iStatus->get_lv(bl)/50); break;
  5. I think you need to diff your client with Use Normal Guild Brackets.
  6. And so I tested it and it should be: ClientEXE='lokiorrocred.exe'ClientParameter='' And yes client parameter is blank. @edit oh crap, the one I posted is for thor. lol. oh well it should work for neoncube also..
  7. This is what I use to checkout with svn. https://github.com/HerculesWS/Hercules/trunk Works fine with TortoiseSVN.
  8. status.c change this: val1 *= 150; // 150 * skill_lv case SC_EXEEDBREAK: val1 *= 150; // 150 * skill_lv if( sd && sd->inventory_data[sd->equip_index[EQI_HAND_R]] ) { // Chars. val1 += (sd->inventory_data[sd->equip_index[EQI_HAND_R]]->weight/10 * sd->inventory_data[sd->equip_index[EQI_HAND_R]]->wlv * iStatus->get_lv(bl) / 100); val1 += 15 * (sd ? sd->status.job_level:50) + 100; } else // Mobs val1 += (400 * iStatus->get_lv(bl) / 100) + (15 * (iStatus->get_lv(bl) / 2)); // About 1138% at mob_lvl 99. Is an aproximation to a standard weapon. [pakpil] break;
  9. No I am not sir. battle.conf /*--------------------------------------------------------------* * Enable or disable extended vending system? (Yes / No) * *--------------------------------------------------------------*/extended_vending: yes/*--------------------------------------------------------------* * Show currency's name in vending board? (Yes / No) * *--------------------------------------------------------------*/show_item_vending: yes/*--------------------------------------------------------------* * Show more info about buying? (Yes / No) * *--------------------------------------------------------------*/ex_vending_info: yes/*--------------------------------------------------------------* * Item ID for Zeny. Set to 0 if you don't want use Zeny. * *--------------------------------------------------------------*/item_zeny: 24998/*--------------------------------------------------------------* * Item ID for Cash. Set to 0 if you don't want use Cash. * *--------------------------------------------------------------*/item_cash: 24999 item_vending.txt // Specific items for Vending System// Format: ItemID// Max items is equal MAX_INVENTORY ( 100 by default )// TCG Card7227501502 Mine works fine..
  10. why don't you try to change this to loki.exe or rocred.exe //client_file - [Relative Address]//It's GAME EXE not patcher'sclient_file=yourragnarokclient.exe//client_parameter - [Self Explained]client_parameter=-1rag1 haven't tested it yet.
  11. Update your msgstringtable.txt
  12. bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names)
  13. No force send client hash check for 2013-06-05 client ?
  14. quesoph

    7v7 NPC

    http://herc.ws/board/topic/1337-party-vs-party-again-lol-read-please/ just change the mapflag to guild_vs2<tab>mapflag<tab>gvg
  15. Awsome update! @jTynne Thanks for the tip !
  16. First thing you have to do is to use google a lot. Click me
  17. Check your /data/mapnametable.txt
  18. Thank you very much for the release. @edit I saw some of the screenshots:
  19. forgot to change the getitem part on my first post.
×
×
  • Create New...

Important Information

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