Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. May vncserver service na nakainstall sya by default diba? Connect ka via vnc client tas execute mo yung andun sa desktop na pang start.
  2. You need to start reading. Most of the knowledge required to run/modify a server are documented. http://rathena.org/wiki/Custom_Items#Item_Script
  3. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt All item bonuses are documented there.
  4. #define UNKNOWN_ITEM_ID 512 This would only work if the item is not in the database(item_db). You would still error out if the item is in the database but no sprite files in the client.
  5. skill_db.txt 2052,11,6,17,0,0x1,0,5,1,yes,0,0xA00,0,magic,0, AB_CLEARANCE,Clearance
  6. That's weird, that happens when? How do I reproduce that?
  7. This should answer your question. http://rathena.org/board/topic/75134-no-experience-gained-when-level-99/#entry160785
  8. This works all the time. http://wiki.centos.org/HowTos/VNC-Server
  9. You're welcome. I'll appreciate it if everyone who uses this mod click the button of the first post.
  10. ohh, copy content of this addon to your index,php ( that's module and theme )
  11. You can configure that in your IPB's forum privileges. Allow guests to view your announcement category
  12. This should be moved in Source Request section. And to answer your question, this is a custom source mod made by Annie.
  13. make sure the icon id match.. in my case, sprotect icon is 676.. status.h SI_FLOWER_LEAF = 675, + SI_SPRO = 676, SI_MAX, status.c //Status that don't have a skill associated. + StatusIconChangeTable[sC_SPROTECT] = SI_SPRO; StatusIconChangeTable[sC_WEIGHT50] = SI_WEIGHT50; efstids.lua EFST_HAT_EFFECT = 674, EFST_FLOWER_LEAF = 675, + EFST_SPRO = 676, __newindex = function() error("unknown state") end }
  14. Here's the debug technique I made. First diff my mod: http://upaste.me/raw/6e40508943049cf0 Then your map server will start throwing out more detailed warnings. Now you know what items to check.
  15. Hello. If you need eamod support, post in eamod forum.
  16. Yeah. I just tried making one, plus I don't have a talent for this kind of work(design). Anyway, I used 20120410. It should work on newer clients though.
  17. skill.c @@ -2290,7 +2294,15 @@ status_heal(bl, 0, sp, 2); } } + if( tsd && dmg.flag&BF_MAGIC && sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_WIZARD ) + { + int rad = pc_search_inventory (tsd, 7321); + if (rad >= 0) { + pc_delitem(tsd, rad, 1, 0, 1, LOG_TYPE_CONSUME); + dmg.damage = dmg.damage2 = 0; + dmg.dmg_lv = ATK_MISS; + } + } damage = dmg.damage + dmg.damage2;
  18. Hi! Great guide here. I think most on the newcomers are using this guide as a reference. But like most guides do, this had become outdated over time. Can you please revise this to include Skip Packet Header Obfuscation in diffing new clients? 95% of the people who are using this guide all have the same error because of this. This was pointed out by a ossi0110. Thanks.
  19. Did you even Compile for the first time?
  20. http://rathena.org/board/topic/72717-cl-parse-disconnecting-session-3-with-unknown-packet-version/ http://rathena.org/board/topic/58890-clif-parse-disconnecting-session-3-with-unknown-packet-version/#entry78372
  21. @E Yeah, it was the original plan. I can't think of the right code for that though. I will update this once I get it. Updated first post! Now supports multiple maps per line!
  22. from the site where you bought it. o.o
×
×
  • Create New...