Jump to content

Kinx

Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Kinx

  1. es sollte laut der Fehler Meldung ein Headgear sein, soweit ich das richtig sehe. allerdings existiert der Sprite bei mir auch nicht.
  2. - script Sample -1,{ OnInit: set .amount, 40; // amount of item to shower set .item_id, 7227; // item id to shower set .map$, "prontera"; // map to shower end; OnMinute00: while ( .count < .amount ) { do { .@x = rand(1,500); .@y = rand(1,500); } while (!checkcell(.map$,.@x,.@y,cell_chkpass)); makeitem .item_id,1,.map$,.@x,.@y; set .count, .count + 1; } set .count, 0; end; }
  3. make a custom usable item. item script atcommand "@vip +24h "+strcharinfo(0)+""; // 1 day atcommand "@vip +15d "+strcharinfo(0)+""; // 15 day atcommand "@vip +1m"+strcharinfo(0)+""; // 1 day
  4. like this? mapname,x,y,direction script NPCName id,{ for (set .@i, 0;.@i < getarraysize(.items);set .@i, .@i+1){ set .@itemid = .items[.@i]; for (set .@j, 0; .@j < .amount[.@i]; set .@j, .@j+1){ set .@x, rand(.upperleftx,.lowerrightx); set .@y, rand(.lowerrighty,.upperlefty); makeitem .@itemid,1,.map,.@x,.@y; } } end; OnInit: setarray .items[0],909; //add items that should be dropped here setarray .amount,5; //how many of each item should drop? set .map,"guild_vs4"; //map set .upperleftx,0; //items will be dropped in that area (see below) set .upperlefty,0; set .lowerrightx,0; set .lowerrighty,0; end; }
  5. View File [Recolor] Eremes Scarf It's my first recolor This is a Lower Headgear, Recently Released in kRO, I dyed it Submitter Kinx Submitted 05/19/2017 Category Headgears Content Author Gravity Released. Edit by Kinx  
  6. hmn benutze die aktuelle git, bzw wolte frage wie mal eine neue Item_Group hinzufügt. habe zwar das dazu in der wiki gefunden https://github.com/rathena/rathena/wiki/Item_Group allerdings werden die neuen Item_Group wohl nicht mehr in db/const.txt eingetragen sonder irgend wo anders.
  7. hmn okay, danke erst mal. werde mich mal ein wenig damit auseinander setzt, bichen lesen usw. wird schon irgend wie klappen
  8. Hallo, wollte man fragen wie es möglich ist seinen Server Aktuell zu halten, ohne ständig die Git neu runter zu ladden. bzw. brauch es nur für localhost.
  9. Kinx

    @joinevent help

    I have no event script yet. - script joinevent -1,{ OnInit: .map_name1$ = "fire_event"; .map_x1 = 25; .map_y1 = 26; .map_name2$ = "poring_c01"; .map_x2 = 101; .map_y2 = 96; bindatcmd "joinevent", strnpcinfo(3) +"::OnCommand"; end; OnCommand: switch(select("Event Area:Disguise Event:End session")) { case 1: warp .map_name1$, .map_x1, .map_y1; end; case 2: warp .map_name2$, .map_x2, .map_y2; end; case 3: end; } close; }
  10. Version 1.0.0

    360 downloads

    It's my first recolor This is a Lower Headgear, Recently Released in kRO, I dyed it
    Free
  11. Hello, I'm looking for a possibility back Go to warp. player use @joinevent at payon x,y player warp to the Event, is the Event is out warp back to payon x,y Is this possible hope me can someone help
  12. hallo, wollte mal nach Jahren nen neuen offline Server mache zum testen usw. allerdings habe ich Probleme bei compilen http://www.bilder-upload.eu/show.php?file=620bba-1494943381.png benutze die aktuelle git und visual studio 2015
  13. soll es ein Deutscher Server werden?
  14. Edit trunk/conf/battle/exp.conf and set this to no.
  15. /src/common/mmo.h : changed to And /src/char/int_guild.c : changed to if you delete all guild you must delete all data in sql guild guild_alliance guild_castle guild_expulsion guild_member guild_position guild_skill guild_storage
  16. Okay, sorry that I bring here something restless
  17. Well, there are quite a lot Mods, or Staff Member Pay Files for Free I find something exaggerated. You could also get 10 ~ 15% discount for mods, for free........ Is too hard.
  18. Is still using Free Downlord for Moderators? Or only Free for Akkarin, Aleos because they have to Activate the files?
  19. Hello, wanted to ask if it is possible to create a custom bar. Like the HP and SP bar. [/IMG] Maybe it comes also in source support do not know
  20. Script is not tested sc_start2 SC_ITEMSCRIPT Works with cards, At eq I do not know. 60000 is 1Min 4198 is Maya P Card 2629 is Megingjard
×
×
  • Create New...