Jump to content

  •  

exchisu

Member Since 29 Dec 2014
Offline Last Active Jan 18 2017 10:42 PM
-----

Topics I've Started

Custom Items dont see.

08 March 2015 - 05:28 PM

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]Hi anybody, i dont have more remedy to post, i read all tthe guides and nothing.. and come here to see more advice[/color]

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]I add Colors feather berets, and the problem is when im going to use it, dont show the hat, are 12 Fb in total, no one show the hat.[/color]

Posted Image

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]Well, after so many trys of Id View cuz another are busy, i decided to use a new Id View the 2000+ [/color]

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]I edit the Lua and lub files, for more security[/color]

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]I diff another client with Diff Id View increase to 5000, With the id view 5000 and With out. the two ways.[/color]

Posted Image

[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]I diff with: Load Lua before lub, for test, i diff the to ways, with out and with[/color]

I read some problems solve puting a Coma ( ,) in the last one, I try with the Coma and with out Coma ! i put it, drop out, everything! 

accessoryid.lua

Código: [Seleccionar]

ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lua
 

Código: [Seleccionar]

[ACCESSORY_IDs.ACCESSORY_Black_Feather_Beret] = "_Black_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Brown_Feather_Beret] = "_Brown_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Gold_Feather_Beret] = "_Gold_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Green_Feather_Beret] = "_Green_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Cyan_Feather_Beret] = "_Cyan_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Blue_Feather_Beret] = "_Blue_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Orange_Feather_Beret] = "_Orange_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Pink_Feather_Beret] = "_Pink_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Purple_Feather_Beret] = "_Purple_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Red_Feather_Beret] = "_Red_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_Silver_Feather_Beret] = "_Silver_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_White_Feather_Beret] = "_White_Feather_Beret"
[color=rgb(68,68,68);font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:13px;background-color:rgb(245,247,249);]and meanwhile i edit the lub directly too, for more security[/color]

accesoryid.lub
 

Código: [Seleccionar]

ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lub
 

Código: [Seleccionar]

[ACCESSORY_IDs.ACCESSORY_BLACK_FEATHER_BERET] = "_Black_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_BLUE_FEATHER_BERET] = "_Blue_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_BROWN_FEATHER_BERET] = "_Brown_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_GOLD_FEATHER_BERET] = "_Gold_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_GREEN_FEATHER_BERET] = "_Green_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_CYAN_FEATHER_BERET] = "_Cyan_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_ORANGE_FEATHER_BERET] = "_Orange_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_PINK_FEATHER_BERET = "_Pink_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_PURPLE_FEATHER_BERET] = "_Purple_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_RED_FEATHER_BERET] = "_Red_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_SILVER_FEATHER_BERET] = "_Silver_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_WHITE_FEATHER_BERET] = "_White_Feather_Beret"

 

For any dudes, i already have the act and spr, but i didnt have the Cyan and blue, then i add them to:

 



Posted Image

Posted Image

Posted Image

Posted Image


How validate a userid ?

06 March 2015 - 09:05 PM

Hi, well im doing a script who gave u a designet hat. But is only one. and is going to design by me.

 

more explain, ill put all the userid on the script and when the people talk with the npc with the user id what i put on the script ill receive the hat. if the userid isnt in the script dont give nothing.

 

Well i dont know that part.. how to validate the userid... like if(@userid =="theuserIDwhatiput")... but i need to put so much userids.. no just one..

 

that, anybody can help me to how to validate that ?


How to Change the Win Make ?

27 February 2015 - 12:38 AM

Hi anybody, today i was design a new win make
 
well.. after that i forget my server is runnig with the "new" win make : win make is the windows where you create a new character (novice)
 
Im just using 2012-04-10
 
I have this Win Make
 
Posted Image
 
I wanna use the old win make, this:
 
Posted Image
 
Why? because i can do my own design
 
The new clients have that new win make? how can i change to the older win make ? obviously without change my client
 
Thanks

Como usar Win make antiguo?

27 February 2015 - 12:35 AM

Hola a todos! hoy estaba haciendo la parte de diseño de mi server
 
y bueno despues de tener casi todo listo olvide que tengo el win make, en donde haces un nuevo Novice.
 
tengo el Cliente 2012-04-10
 
y me sale este:
 
Posted Image
 
y yo quiero usar el antiguo, que es este, en donde tu seteas los puntos al principio
 
Posted Image
 
el porque, porque puedo incorporar diseño propio.
 
Creo que el cliente 2012 viene ya seteada esa opcion, pero hay alguna posibilidad de cambiar algo en alguna opcion, que use el antiguo win make? Sin tener que cambiar de cliente obviamente.

BattleGround Games Count

11 January 2015 - 01:53 AM

Hello everybody i was looking for but didnt found  :angry:

 

I want a Npc who count the games of BG..

 

Like:

 

Script: Hello, you Have "X" Battleground games, you need "X" more for can get a random hat box.

 

where that menu is when you didnt have all the games, but when u have the entire games played e.x: 10 games

 

u enter a different menu, a simple menu.

 

where the script give a option of Cancel or get ur Prize, when u reclaim this just reset the countdown of the games.

 

i have some ideas but i didnt know how to do all.

 

Thanks