Jump to content

StonedLover

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by StonedLover

  1. Heyho,

    Need a script:

    => get triggert when 8 User are in the current map => activate 8 portals to diffrent locations, after a player walk in a warp this will be closed.

     

    Would be nice if somebody could help me :)

     

  2. Hello,

    I create an Event at the Moment and i want to limit the participant. How can i do this?

    At the moment i have this:

    prontera,148,178,5	script	Radin	405,{
    mes	"[Radin]";
    mes "Do you want to join the Event?";
    	switch(select("Yes.:No.")){
    		case 1: 
    	{   
    	mes "Great!";
    	next;
    	mes "I will warp you to the waitingroom.";
    	warp waitroom,26,0; 
    // Now I want to Count how many player allready joined the Event, so that i can trigger the stop command and disable the npc for joining
    	close;
    	}
    		case 2:
    	{ close; }
    }
    }
    
  3. Heyho,

     

    I want to create a Event. For this I want, that all ppl who join this Event get teleport an a specific map. When they get teleportet, I want, that all their Items their wear will get strippt and all Items ( Items, Equip, Mic, Private) will get stored automatic in their Storage. That means, that they have no Items on this Specific Map. Is this possible? And how?

     

    Then I want to know if it is possible to enable Items just on one Map. e.g. when they left the Map the Items will get delete.

  4. Hello,

    Is there a option to add Custom Weapons without Stats wich only override the Style. So that you have your normal Weapon with the stats and the Custom Weapon wich give you a other Style for your Weapon.

     

    StonedLover

  5. Since today I got a problem. All Players got random Lags. I got no errors in the Console.

     

    My Hardware:

    4.096 MB RAM

    CPU 3,5MHz

    Bandbrith Multi-GB/S Network

     

    Where could these lag come from?

     

  6. Could be :D. No, I just want that Admin Buffs are rare and something special => When they are the same like other Priest there is diffrent between a player buffs you or a admin :D Hope you understand what I mean ^^

  7. Hm.

    Is there a Option to give buffs a longer Duration e.g.

    if I (Admin) have equip Item XYZ => The buff i ´ll give to other player will have a duration of 15 min.

     

    So that there is a diffrent between User Buffs and Buffs wich u get from an Admin ?

    thx for the @ all comm ^^ anyway the Item option would be greater.

  8. Hello,

    I want to add Admin buffs. Let me explain what i mean:

    Specific Skills which can only be used by Admins=>

    The normal Buffs  => Blessing , Agi up, Magnificat, Kyrie Eleison, Gloria , Angelus etc.

    This Skills should be have a longer duration e.g. 10 Minutes and the party buffs should be for the hole map.

     

    How can i add this ?


    And maybe there is a option to create only a Admin Item wich allows this with a script?

  9. I started form begin. System File works fine with desc and drop + collection bmp. just the Spirit isnt work. I can edit the .lub file with notepad++ without compile can this be the error?


    Hello I Tried to add a other Headgear but same problem, here the important Parts:

     

    Item_db:

    23002,Poring_Bottle,Poring Flasche,5,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,0,0,1083,{ bonus bStr,2; },{},{}
    

    System/ItemInfo.lua
     

    	[23002] = {
    		unidentifiedDisplayName = "Not that again",
    		unidentifiedResourceName = "µðÁöÅÐÀÎÈ­±Ç",
    		unidentifiedDescriptionName = {
    		},
    		identifiedDisplayName = "Poring Flasche",
    		identifiedResourceName = "Poring_Bottle",
    		identifiedDescriptionName = { 
    					"Bla Bla bla",
    
    		},
    		slotCount = 0,
    		ClassNum = 1083
    	},
    

    I use grf to load =>

    accessoryid.lub

      ACCESSORY_PORING_BOTTLE = 1083
      
    

    accname_eng.lub => Same in accname.lub

      [ACCESSORY_IDs.ACCESSORY_PORING_BOTTLE] = "_Poring_Bottle"
    

    The sprites are located aswell in grf=>

    sprite\¾Ç¼¼»ç¸®\¿©\¿©_Poring_Bottle.act &spr
    sprite\¾Ç¼¼»ç¸®\³²\³²_Poring_Bottle.spr & act

    \texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\Poring_Bottle.bmp
    \texture\À¯ÀúÀÎÅÍÆäÀ̽º\item\Poring_Bottle.bmp

    sprite\¾ÆÀÌÅÛ\Poring_Bottle.act & spr

    but i got still the bmp + desc. but the spr arent loading => See that.

    post-22291-0-45664700-1386419166_thumb.jpg

    post-22291-0-46364500-1386419866_thumb.jpg

  10. Hello,

    when I run my char-server i got this:

    
    [Info]: Connect Character DB server.... (Character Server)
    [Status]: Done reading '50' entries in 'db/re/exp_guild.txt'.
    [Status]: Finished Reading GeoIP Database.
    [Status]: The char-server is ready (Server is listening on the port 6121).
    
    [Info]: Attempt to connect to login-server...
    [Status]: Connecting to 127.0.0.1:6900
    [Error]: make_connection: connect failed (socket #5, error 111: Connection refused)!
    
    

    Can someone help me?

×
×
  • Create New...