Jump to content

sevenrosuport

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by sevenrosuport

  1. How to adjust that language, in my TXT msgstringtable already correct, but there does not change, hexed 11/22/2011
  2. How do I remove all the neon cube that within the DATA folder, but without the GRF
  3. sevenrosuport

    Help

    I made this edit it blocks the ability to use the char, but if you equip a mount and then remove it releases the use of skill and enverte I wanted it to not be able to use it in any way. map/pc.h: look for this part. [indent=1] } special_state;[/indent] put this. [indent=1] unsigned int noskills: 1; [/indent] map/skill.c: look for this part. [indent=1] if (pc_has_permission(sd, PC_PERM_SKILL_UNCONDITIONAL)) return 0; // GMs can do any damn thing they want put this. if(sd->special_state.noskills) return 1; [/indent] map/script.c look for this part. BUILDIN_FUNC(freeloop) { if( script_getnum(st,2) ) st->freeloop = 1; else st->freeloop = 0; script_pushint(st, st->freeloop); return 0; } put this. BUILDIN_FUNC(blockskills) { TBL_PC* sd; struct script_data *character, *statedat; int state; if (script_hasdata(st,3)) { character = script_getdata(st,3); if(!data_isstring(character)) return -1; sd = map_nick2sd(character->u.str); } else { sd = script_rid2sd(st); } if (!sd) return -1; if (script_hasdata(st,2)) { statedat = script_getdata(st,2); if(data_isint(statedat)) state = (statedat->u.num?1:0); else state = (!sd->special_state.noskills?1:0); } else state = (!sd->special_state.noskills?1:0); sd->special_state.noskills = state; return 0; }[/indent] look for this part. BUILDIN_DEF(makerune,"i"), put this. [indent=1] BUILDIN_DEF(blockskills,"??"),
  4. yes when using the skill has no animation wanna know what to do to adjust
  5. how to do this skill to hit 5 hits again NJ_ISSEN ( ISSEN)
  6. esta confuso de entreder teria com fazer um diff ou um patch mesmo ?
  7. Oque vc aplicou para pode coloca os nome dos NPC mais de 24 caracteres?
  8. Error in animation in AD 2011-11-hexed 22aRagexeRE 0x01FD,15,repairitem,2 0x0891,26,friendslistadd,2 0x089E,5,hommenu,2:4 0x0364,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0895,26,partyinvite2,2 0x0835,19,wanttoconnection,2:6:10:14:18 0x022D,7,actionrequest,2:6 0x08A1,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0369,-1,itemlistwindowselected,2:4:8 0x0202,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x0887,-1,reqopenbuyingstore,2:4:8:9:89 0x08A9,2,reqclosebuyingstore,0 0x088C,6,reqclickbuyingstore,2 0x089D,-1,reqtradebuyingstore,2:4:8:12 0x07EC,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0815,2,searchstoreinfonextpage,0 0x0366,12,searchstoreinfolistitemclick,2:6:10 0x0892,5,walktoxy,2 0x0899,6,ticksend,2 0x0896,5,changedir,2:4 0x0893,6,takeitem,2 0x0436,6,dropitem,2:4 0x08A4,8,movetokafra,2:4 0x0362,8,movefromkafra,2:4 0x08AD,10,useskilltopos,2:4:6:8 0x0363,90,useskilltoposinfo,2:4:6:8:10 0x0898,6,getcharnamerequest,2 0x035F,6,solvecharname,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections http://youtu.be/ohPLpCiZ5VQ
  9. How to remove this dual option below by Xvid32 1 - Remove the navigation 2 - Shortcut to NPC
  10. Anyone know where I can get that date to 10/04/2012 hexed with all written in English?
  11. It is not the number of slots char but the amount of letters that may have the name of an NPC
  12. how to increase more than 24 characters
  13. sevenrosuport

    CHEAL

    how can I apply the renewal 2.0 CHEAL the ability for more people in the most healing?
  14. Block for SAFETYWALL, PNEUMA and can not VACUUM EXTREME next is the same cell only 3 away.
  15. I need to make a bônus item that makes the char is on ASPD maxima, but blocks the use of any skills even items, and remove all menus buff mounts.
  16. How can I do this in the background of cloud BrowEdit
  17. How can I make the status of classes Gunslinger, Ninja, Star Gladiator, Star Gladiator2, Soul Linker Super Novice and comes in 120, but only such class.
×
×
  • Create New...