Jump to content

malufett

Members
  • Posts

    554
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by malufett

  1. BTW SC_DPOISON is not EDP suppose to be SC_EDP here is what you need case SC_EDP: // [Celest] val2 = val1 + 2; //Chance to Poison enemies. val3 = 50*(val1+1); //Damage increase (+50 +50*lv%) if( sd )//[ind] - iROwiki says each level increases its duration by 3 seconds tick += pc_checkskill(sd,GC_RESEARCHNEWPOISON)*3000; break; so edit it to your liking...^^
  2. use this on the notice.html or what ever you use <style> html,body{margin:0px;border0px;} </style>
  3. @Bahmut oh didn't see that...thanks for that info...
  4. use this to get account group ID or gm level getgmlevel()
  5. do something like this - script sample -1,{ OnPCLoginEvent: atcommand "@speed 0"; close; end; }
  6. yeah..cause it is suppose to be double strafing not triple strafing... or maybe the name was change and the skill_db in the hit column... if I was correct 46,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0, AC_DOUBLE,Double Strafe was change to 46,-9,8,1,-1,0,0,10,3,no,0,0,0,weapon,0, AC_DOUBLE,Triple Strafe and don't forget about the lua files
  7. what do you mean by how to use skill?? press hotkey or double click the icon?? is that what you mean?? hmm...triple strafing it seems a custom skill..
  8. This code checks if the character is online.. if(map_id2bl(pl_sd->bl.id)) @Ziu it is because the minimum number of party member is already satisfied... so if it is done this way instance_check_party(getcharid(1),2,2,149) it means minimum of 2 members, minimum base level of 2 and maximum of 149... so the counting is based on online players.... and Masao means of 'So if 2 Players are inside a Party but one of them is offline, the other Player won't be able to join the Memorial Dungeon.' is shown in this example if(instance_check_party(getcharid(1),2,2,149)){ mes "Ok, your party is complete and meets the Memorial Dungeons requirement.", mes "Members have a Baselevel between 1 and 150 and there are at least 2 Players inside the Party."; close; }else{ mes "Sorry, but it seems like your Party does not meet the Memorial Dungeon requirements."; close; } so it means at least and the offline character can't join the instance and the other two only will be part of it.. but I think this is applied in some instances but in GH memorial maybe this can be done alone with a party created... I hope this explain it all...^^
  9. maraming software like DreamWeaver..pero sa integration you really need to learn...
  10. don't just reboot..you must recompile the source....
  11. learn how to decompile lub files... hope this helps
  12. did you recompile?? 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex and are you sure about this?? 24000%??
  13. you must ask in the source support section...Skill implementations are done in source not on script..^^
  14. I think its a client issue and its hard coded in the client...
  15. for more specific its skillinfolist.lua/skillinfolist.lub change that...to what is suggested....
  16. I translated the error from ÆÄÀÏ ¾øÀ½ to 파일 없음 which is equal to No Files.. make sure your client is diff to read data folder first..(I think XD)
  17. same here I made a test like Judas did...knife and uses apple's bmp...
  18. @skill.c - making food default: if (sd->menuskill_id == AM_PHARMACY && sd->menuskill_val > 10 && sd->menuskill_val <= 20) { //Assume Cooking Dish if (sd->menuskill_val >= 15) //Legendary Cooking Set. make_per = 10000; //100% Success else make_per = 1200 * (sd->menuskill_val - 10) + 20 * (sd->status.base_level + 1) + 20 * (status->dex + 1) + 100 * (rnd()%(30+5*(sd->cook_mastery/400) - (6+sd->cook_mastery/80)) + (6+sd->cook_mastery/80)) - 400 * (skill_produce_db[idx].itemlv - 11 + 1) - 10 * (100 - status->luk + 1) - 500 * (num - 1) - 100 * (rnd()%4 + 1); break; } make_per = 5000; break; for converters case SA_CREATECON: // Elemental Converter Creation make_per = 100000; // should be 100% success rate break;
  19. First and the most reason I have... BORING - like what ShiJu said..
  20. its seems the problem is on the bmp...at the item folder... this the one that shows at the middle top if your pick up an item...correct me if I were wrong...XD
  21. ganito // If you want to disable the chat filter uncomment the line below and remove everything else. // DHF63b3(^$#vbf^B#^T#$hv // Polish's kurw kur.wa ku.rwa k.urwa panget tanga pogi
  22. hehehe..gulat ako akala ko nag mumura ka talaga ..hehe dagdag ka lang ng entry sa data/manner.txt
×
×
  • Create New...