Search results

  1. luizragna

    The sprite bug when convert image bmp to indexed.

    Hello guys. When i convert the image to indexed, she cause probems to sprite. I'm using Photoshop CS6,
  2. luizragna

    Where can I translate this?

    Hello, guys...someone can help me? I'm using 2018-06-20RagexeRE  
  3. luizragna

    Where can i add trigger for my custom label? (OnUseSkillEvent)

    Hello guys! I'm creating a custom label, OnUseSkillEvent I need add this trigger: (probabily in the skill.c) npc->script_event(sd, NPCE_USESKILL); I added in the cases (for exmple: MG_FIREBOLT) but i want for all skills. i already created the code for others files. npc.c: {"Use Skill...
  4. luizragna

    How can i do disguise keep active while any SC

    Hello guys, i maked a custom status that change appearence. But when i logoff the transformation end; status.c: status->set_sc( DG_PAYMASOU , SC_PAYMASOU , SI_PAYMASOU , SCB_SPEED|SCB_STR|SCB_AGI|SCB_VIT|SCB_INT|SCB_DEX|SCB_LUK ); When status start...
  5. luizragna

    How can i chenge packet keyn on the Nemu?

    Hello guys, i'm trying change the 3 packet keys. But, shows this errors: How can i solve???
  6. luizragna

    Gray screeshot

    Hello guys. When i print a screenshot she appeares: I tried change de hexed, but not solved
  7. luizragna

    How i can count gray slots in equipment?

    Hello guys, How can I count the slots not available in the item? Ex: I have a Sword[1] (indifferent if have equipped or not). How rhe script cant count the 3 not avalibies slots?
  8. luizragna

    Script command execute for all players in the server?

    How i do it? Ex: percentheal 100,100;
  9. luizragna

    How i can hide hp / sp Bar?

    How i do it with @hide ? (or script command)
  10. luizragna

    Duplicate NPCs use the same variable

    Hello guys. The NPC are using the same variables. - script Tester FAKE_NPC,{ if (.ok == 0) { mes "Hello"; set .ok,1; // or .ok = 1; } else mes "I already talked to you"; close(); } prt_sewb1,154,268,4 duplicate(Tester) Tester#1 84 prt_sewb1,160,268,4 duplicate(Tester)...
  11. luizragna

    How i can change NPC sprite?

    Hello guys, i want change sprite NPC like a this video: (in 0:29)
  12. luizragna

    Instance Warp

    Hello guys, how i can warp the instance for other map? I whant that i kill the big foot, the instance warp to guild_vs3 Main Script: prontera,156,189,5 script Raid 1_F_MARIA,{ mes "Conquista de três"; next; if ( !getcharid(CHAR_ID_PARTY) ) { mes "Você deve formar um grupo para...
  13. luizragna

    Instance for all party members

    Hello guys! How can I turn this individual instance into a party instance? (where only the leader can start) job_wiz,119,109,4 script Guia Solo 8_F_GIRL,{ if ( has_instance2("dungeon") >= 0 ) { // dispbottom has_instance2("dungeon") +" destroy"; instance_destroy...
  14. luizragna

    How i can run robrowser?

    Hello guys. I'm trying run the roBrowser. but I don't understand anything about Api and js i followed the tutorial Getting Started, but which program do I use to run? I can use the WampServer?
  15. luizragna

    Custom Unit HP Bar System

    Hello guys, i'm making a custom hp bar system for mob units. The command show the HP of the mob for all players in the map. I am using the cutin command, the problem is that I do not think so many files are necessary. In the case 1 image for each percentage of hp I would like your opnion and...
  16. luizragna

    Error when getunitdata from died unit

    Hello guys, when i use getunitdata in died mobs, the console shows: I'm making a NPC that shows mob HP using command while.
  17. luizragna

    How I change the hexed to run just for thor patcher?

    I tried change de parameters using xvi32, but he continue oppening without thor patcher.
  18. luizragna

    Race System

    Hello guys. Somebody have the race system for 3rd? example: (font: google)
  19. luizragna

    SG_FUSION skill effect

    Hello guys, I'm creating a custom skill and would like the SG_FUSION effect (Status SC_FUSION and OPTION_FLYING).
  20. luizragna

    Only Star Gladiator can fly

    Hello guys! I'm creating a custom skill that can others jobs can fly. But first, i'm edditing the skill "Union of the Sun Moon and Stars" (SG_FUSION) doc/script_commands.txt: 0x008000 Option_Flying When i execute the script command: setoption(0x008000); The character look changes to...
Back
Top