Jump to content

MojoMojo

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by MojoMojo

  1. Some time ago i did this post: http://rathena.org/board/topic/64056-possible-sprite-on-garments/ And now i have a doubt about the same topic. Its possible to create a sprite for a garment? But not using the system of the official client, make a normal sprite (like top-headgears, mid-headgears. . .), instead of one sprite for each class?
  2. Ty guys! thats all what i need!
  3. Im new on this, how can i read this file?
  4. Where i can find the official monster's sprites?
  5. ADM may close this topic, for some reason it duplicated when i start the topic.
  6. Its possible to reduce the number of skills on the skill bar?
  7. Its possible to reduce the number of skills on the skill bar?
  8. I want to know where and which is the latest client? That have ll new things> -New character creation; -Navigation System; -MOB HP Bar; ... ... ... ...
  9. In the: if (getiteminfo(getequipid(.@item_1),11)==10){ bonus bStr,1; } ==10 mean rod, since getiteminfo(ID),11 reffers to LOOK
  10. And how i edit the terms written there?
  11. How can i put that "Terms" screen at login screen? With "accept" button, etc....
  12. Where can i found or download different textures?
  13. But i can use those like this? If equipment is a garment, STR + 1 if (getiteminfo(getequipid(.@item_1),11)==EQI_GARMENT){ bonus bStr,1; } Correct?
  14. I did this question for weapons equipment: But i need that my NPC recognize the item type (i will use equipments). It should define if the equipmnent is a SWORD, KNIFE, ROD, etc. . . I found the script on the Necromancer_Card: if (getiteminfo(getequipid(EQI_HAND_R),11)==10){ bonus bInt,1; bonus bIgnoreMdefRate,2; } But i really don't understand it. I may assume that the 10(...==10){...), is the reference to the ROD, but i don't know the reference for the others, like knife, sword, axe, etc... GIMME A LIGHT! Using: I can define if the equipment is a weapon or armor. And i can read the weapon type by: From the doc: 0: bare fist 1: Daggers 2: One-handed swords 3: Two-handed swords 4: One-handed spears 5: Two-handed spears 6: One-handed axes 7: Two-handed axes 8: Maces 9: Unused 10: Staves 11: Bows 12: Knuckles 13: Musical Instruments 14: Whips 15: Books 16: Katars 17: Revolvers 18: Rifles 19: Gatling guns 20: Shotguns 21: Grenade launchers 22: Fuuma Shurikens =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- But NOW i want my NPC recognize the type of the armor: armor/manteau/shoes/headgear/accessoty1 and 2 How can i do it?
  15. Look a detail: I use router (there r two computers here), there r a different configuration due the use on router?
  16. How do i configure to make the server an offline server? I just want to turn on my server, for my use. I need to test NPCs, scrips etc... How should i do?
  17. @Sharpienero I follow ur video and found tis error:
  18. What i have to do after reach this screen?
  19. @Sharpienero Please, could you help me to config somethings? I really don't know how to use MySQL... I have installed the MySQL Version 5.5.25.0, but i can't find the screens you show at ur video.. Could you help... no... SAVE me?
  20. Thank you, now im kinda busy, but in a few hours i gonna start building following your video, tks alot!
  21. Well, ty guys, i will try the MySQL.
  22. Don't have a way to run a server without using MySQL?
×
×
  • Create New...