Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. i am skullcandy, i suggest you use one of the new faction systems available.
  2. here's a diff I've been keeping years ago. it is from sirius And I'm to support jTynne's input on this. This would really help admins to keep track of their player's whereabouts. serial-sirius_white.diff
  3. clydelion

    MvP Tomb

    \conf\battle\monster.conf // Wheter or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes
  4. or via src.. pc.c if(battle_config.bone_drop==2 || (battle_config.bone_drop==1 && map[sd->bl.m].flag.pvp)) { struct item item_tmp; memset(&item_tmp,0,sizeof(item_tmp)); item_tmp.nameid=ITEMID_SKULL_; item_tmp.identify=1; item_tmp.card[0]=CARD0_CREATE; item_tmp.card[1]=0; item_tmp.card[2]=GetWord(sd->status.char_id,0); // CharId item_tmp.card[3]=GetWord(sd->status.char_id,1); map_addflooritem(&item_tmp,1,sd->bl.m,sd->bl.x,sd->bl.y,0,0,0,0); } this part item_tmp.card[0]=CARD0_CREATE; item_tmp.card[1]=0; item_tmp.card[2]=GetWord(sd->status.char_id,0); // CharId item_tmp.card[3]=GetWord(sd->status.char_id,1); make them all = 0 item_tmp.card[0]=0; item_tmp.card[1]=0; item_tmp.card[2]=0; item_tmp.card[3]=0;
  5. male /data/sprite/Àΰ£Á·/¸öÅë/³²/»êŸ_³².spr female /data/sprite/Àΰ£Á·/¸öÅë/¿©/»êŸ_¿©.spr
  6. status.c 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; if you're on renewal there are additional formulas to be applied status.c #ifdef RENEWAL_EDP // renewal EDP increases your base atk by atk x skill level if( sc->data[sC_EDP] ) batk = batk * sc->data[sC_EDP]->val1; #endif and same file #ifdef RENEWAL_EDP // renewal EDP increases your weapon atk by watk x Skill Level - 1 if( sc->data[sC_EDP] && sc->data[sC_EDP]->val1 > 1 ) watk = watk * (sc->data[sC_EDP]->val1 - 1); #endif
  7. Yes but you have to use your own grf as the main grf to prevent those errors.. You diffed a client right? What version is it?
  8. So, what client date are you using? Yes, you are lacking the required lua/lub files.. if you can tell us what client date you are using, we can direct you to the one you need.
  9. Hmm. Not sure why.. make sure your data.ini is like this and make sure that rdata.grf is present in the RO folder If it is not yet working, maybe we can teamview
  10. Gonna buy a domain.. clydelion.net or what?

  11. verify that those GRFs are there and try rediffing your EXE.
  12. pet.c if(bl == NULL || bl->type != BL_MOB || bl->prev == NULL || pd->pet.intimate < battle_config.pet_support_min_friendly || pd->pet.hungry < 1 || pd->pet.class_ == status_get_class(bl)) return 0; if you want, you can remove || pd->pet.class_ == status_get_class(bl) result: if(bl == NULL || bl->type != BL_MOB || bl->prev == NULL || pd->pet.intimate < battle_config.pet_support_min_friendly || pd->pet.hungry < 1) return 0;
  13. let us recheck the basic requirements of the client to run.. Can you post your data.ini and clientinfo.xml?
  14. clydelion

    /Help

    I'm guessing that this is database related. Can you re-state your question?
  15. You probably didn't enable Skip Packet Obfuscation when you diffed your client.
  16. use sir malufett's solution revert the change you made.. search for if (rnd()%1000 < cri) change it to if (rnd()%1000 < cri || cri >= 104) I'm not sure why you error-ed using my diff though xD
  17. lol.. search for this part in battle.c (!sd && ((skill_num && skill_get_ammotype(skill_num)) || sstatus->rhw.range>3)) ) flag.arrow = 1; add this after if (sstatus->cri >= 104) flag.cri = 1;
  18. rAthena dropped support for TXT. Use eathena if you insist on using TXT.
  19. Never encountered that one before.. Try using this as a template <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo>
  20. Here's a quick code. Try if it works Index: battle.c =================================================================== --- battle.c (revision 16608) +++ battle.c (working copy) @@ -1345,7 +1345,8 @@ (!sd && ((skill_num && skill_get_ammotype(skill_num)) || sstatus->rhw.range>3)) ) flag.arrow = 1; - + if (sstatus->cri >= 104) + flag.cri = 1; if(skill_num){ wd.flag |= battle_range_type(src, target, skill_num, skill_lv); switch(skill_num)
  21. Verify if the client reads LUA. If no, you have to compile the LUA file to make it LUB.
  22. Thanks for pointing that out. Looking into it now. Update: Updated it now, collection images were also being processed for transparency.. and i think white pixels are treated as such. Fixed now for GIF and PNG (GIF collection images achieve a low quality image though) Fixed in v 1.2. Thank you Xantara :>
  23. verify if the player is using the same clientinfo.xml and client.
  24. check out the status_heal function.
×
×
  • Create New...